Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • RequireThisCheck checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • Summary:

    Report id Files Violations Severity-warning Severity-error
    base 15770 177273 177272 1
    patch 15770 186548 186547 1
    difference 1744 9275 9275 0

    Report id com.puppycrawl.tools.checkstyle.Checker com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    base 1 177272
    patch 1 186547
    difference 0 9275

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 9275

    Violations:

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/dtdbuilder/DTDInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ln' needs "this.". 70 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/dtdbuilder/DTDParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 606 21
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 631 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/generatebreakiteratordata/RuleBasedBreakIteratorBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 990 45
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1363 27
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1547 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1621 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1649 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1684 43
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1685 50
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1745 48
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1753 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1765 57
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1772 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1848 29
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1864 39
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1868 59
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1895 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1910 41
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1929 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/generatecharacter/SpecialCaseMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'context' needs "this.". 335 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/generatenimbus/Point.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 50 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 50 37
    # warning RequireThis Reference to instance variable 'x' needs "this.". 54 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 54 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/generatenimbus/Rectangle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 45 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/generatenimbus/UIComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'componentName' needs "this.". 48 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/hasher/Hasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'maxBits' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 184 27
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 263 37
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 271 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/jdwpgen/AbstractNamedNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 51 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 65 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/jdwpgen/OutNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 50 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 115 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 122 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/swingbeaninfo/DocBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 72 40
    # warning RequireThis Reference to instance variable 'desc' needs "this.". 73 43
    # warning RequireThis Reference to instance variable 'displayname' needs "this.". 74 43
    # warning RequireThis Reference to instance variable 'propertyeditorclass' needs "this.". 75 51
    # warning RequireThis Reference to instance variable 'customizerclass' needs "this.". 76 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/swingbeaninfo/GenSwingBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'templateFilename' needs "this.". 128 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/tzdb/ChronoField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 170 22
    # warning RequireThis Reference to instance variable 'max' needs "this.". 170 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 173 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/tzdb/LocalTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'second' needs "this.". 327 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/tzdb/TzdbZoneRulesCompiler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savingsRule' needs "this.". 712 77

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/make/src/classes/build/tools/tzdb/ZoneRulesBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'windowEnd' needs "this.". 511 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/apple/laf/JRSUIControl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentEncodedProperties' needs "this.". 209 34
    # warning RequireThis Reference to instance variable 'currentEncodedProperties' needs "this.". 244 34
    # warning RequireThis Reference to instance variable 'currentEncodedProperties' needs "this.". 282 34
    # warning RequireThis Reference to instance variable 'currentEncodedProperties' needs "this.". 292 34
    # warning RequireThis Reference to instance variable 'currentEncodedProperties' needs "this.". 298 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/apple/laf/JRSUIState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'derivedEncodedState' needs "this.". 51 32
    # warning RequireThis Reference to instance variable 'encodedState' needs "this.". 70 31
    # warning RequireThis Reference to instance variable 'derivedAnimationFrame' needs "this.". 107 67
    # warning RequireThis Reference to instance variable 'animationFrame' needs "this.". 118 37
    # warning RequireThis Reference to instance variable 'derivedValue' needs "this.". 154 58
    # warning RequireThis Reference to instance variable 'value' needs "this.". 165 28
    # warning RequireThis Reference to instance variable 'derivedThumbProportion' needs "this.". 222 68
    # warning RequireThis Reference to instance variable 'derivedThumbStart' needs "this.". 222 110
    # warning RequireThis Reference to instance variable 'thumbProportion' needs "this.". 233 38
    # warning RequireThis Reference to instance variable 'thumbStart' needs "this.". 234 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/eawt/_AppEventHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_handler' needs "this.". 507 32
    # warning RequireThis Reference to instance variable 'handlerContext' needs "this.". 508 39
    # warning RequireThis Reference to instance variable 'legacyHandler' needs "_AppEventHandler.this.". 528 28
    # warning RequireThis Reference to instance variable 'legacyHandler' needs "_AppEventHandler.this.". 579 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fSortColumn' needs "AquaFileChooserUI.this.". 1370 33
    # warning RequireThis Reference to instance variable 'fSortColumn' needs "AquaFileChooserUI.this.". 1409 50
    # warning RequireThis Reference to instance variable 'fSortColumn' needs "AquaFileChooserUI.this.". 1413 31
    # warning RequireThis Reference to instance variable 'chooseFolderButtonToolTipText' needs "AquaFileChooserUI.this.". 2174 92
    # warning RequireThis Reference to instance variable 'chooseItemButtonToolTipText' needs "AquaFileChooserUI.this.". 2175 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaFileSystemModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fid' needs "this.". 451 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaFocus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slack' needs "this.". 153 38
    # warning RequireThis Reference to instance variable 'slack' needs "this.". 153 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaImageFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'namedImage' needs "this.". 210 72
    # warning RequireThis Reference to instance variable 'totalWidth' needs "this.". 364 21
    # warning RequireThis Reference to instance variable 'totalHeight' needs "this.". 364 39
    # warning RequireThis Reference to instance variable 'totalHeight' needs "this.". 403 44
    # warning RequireThis Reference to instance variable 'totalWidth' needs "this.". 404 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaInternalFrameBorder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fThisLeftSideTotal' needs "this.". 202 38
    # warning RequireThis Reference to instance variable 'fThisLeftSideTotal' needs "this.". 203 38
    # warning RequireThis Reference to instance variable 'fIsUtility' needs "this.". 207 31
    # warning RequireThis Reference to instance variable 'fIsUtility' needs "this.". 214 31
    # warning RequireThis Reference to instance variable 'fThisButtonSpan' needs "this.". 308 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaInternalFrameManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fCurrentFrame' needs "this.". 76 18
    # warning RequireThis Reference to instance variable 'fCurrentFrame' needs "this.". 126 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaInternalFrameUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 437 30
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 461 25
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 473 25
    # warning RequireThis Reference to instance variable '__x' needs "this.". 572 24
    # warning RequireThis Reference to instance variable '__x' needs "this.". 572 64
    # warning RequireThis Reference to instance variable '__y' needs "this.". 573 24
    # warning RequireThis Reference to instance variable '__y' needs "this.". 573 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'repaintInterval' needs "this.". 445 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fStillInTrack' needs "this.". 318 29
    # warning RequireThis Reference to instance variable 'fCurrentMouseX' needs "this.". 455 32
    # warning RequireThis Reference to instance variable 'fCurrentMouseY' needs "this.". 456 32
    # warning RequireThis Reference to instance variable 'fFirstMouseX' needs "this.". 493 70
    # warning RequireThis Reference to instance variable 'fFirstMouseY' needs "this.". 493 101

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 546 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 548 29
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 550 29
    # warning RequireThis Reference to instance variable 'painter' needs "this.". 552 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaTabbedPaneCopyFromBasicUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 1529 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 1894 41
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 1896 41
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 1902 41
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 1906 41
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 1912 41
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 1916 41
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 1925 41
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 1927 41
    # warning RequireThis Reference to instance variable 'tabContainer' needs "AquaTabbedPaneCopyFromBasicUI.this.". 2320 34
    # warning RequireThis Reference to instance variable 'runCount' needs "AquaTabbedPaneCopyFromBasicUI.this.". 2572 37
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "AquaTabbedPaneCopyFromBasicUI.this.". 3012 40
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "AquaTabbedPaneCopyFromBasicUI.this.". 3029 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaTabbedPaneTabState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastReturnAt' needs "this.". 152 49
    # warning RequireThis Reference to instance variable 'lastLeftmostTab' needs "this.". 165 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackingTab' needs "this.". 864 26
    # warning RequireThis Reference to instance variable 'trackingTab' needs "this.". 874 31
    # warning RequireThis Reference to instance variable 'trackingTab' needs "this.". 877 30
    # warning RequireThis Reference to instance variable 'trackingTab' needs "this.". 904 51
    # warning RequireThis Reference to instance variable 'pressedTab' needs "AquaTabbedPaneUI.this.". 915 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaUtilControlSize.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'regular' needs "this.". 204 33
    # warning RequireThis Reference to instance variable 'insets' needs "this.". 286 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/AquaUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blur' needs "this.". 317 40
    # warning RequireThis Reference to instance variable 'blur' needs "this.". 318 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/ImageCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 138 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 147 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 149 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/com/apple/laf/ScreenMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fLastMouseEventTarget' needs "ScreenMenu.this.". 212 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/java/util/prefs/MacOSXPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 190 106
    # warning RequireThis Reference to instance variable 'path' needs "this.". 200 102
    # warning RequireThis Reference to instance variable 'path' needs "this.". 226 91
    # warning RequireThis Reference to instance variable 'path' needs "this.". 230 91
    # warning RequireThis Reference to instance variable 'path' needs "this.". 255 91
    # warning RequireThis Reference to instance variable 'path' needs "this.". 259 91

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/awt/CGraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'displayID' needs "this.". 100 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/font/CCharToGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 234 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 237 66
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 241 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 246 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/font/CStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'glyphInfoCache' needs "this.". 82 20
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 483 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 486 66
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 490 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 495 59
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 571 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 574 66
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 578 49
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 584 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/java2d/OSXSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastClipX' needs "this.". 415 31
    # warning RequireThis Reference to instance variable 'lastClipY' needs "this.". 416 35
    # warning RequireThis Reference to instance variable 'lastClipW' needs "this.". 417 39
    # warning RequireThis Reference to instance variable 'lastClipH' needs "this.". 418 43
    # warning RequireThis Reference to instance variable 'lastCTMtx' needs "this.". 492 19
    # warning RequireThis Reference to instance variable 'lastCTMty' needs "this.". 493 23
    # warning RequireThis Reference to instance variable 'lastCTMa' needs "this.". 494 26
    # warning RequireThis Reference to instance variable 'lastCTMb' needs "this.". 495 30
    # warning RequireThis Reference to instance variable 'lastCTMc' needs "this.". 496 34
    # warning RequireThis Reference to instance variable 'lastCTMd' needs "this.". 497 38
    # warning RequireThis Reference to instance variable 'lastFont' needs "this.". 691 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/java2d/opengl/CGLSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 62 30
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 63 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/LWComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'backBuffer' needs "this.". 530 21
    # warning RequireThis Reference to instance variable 'backBuffer' needs "this.". 1130 25
    # warning RequireThis Reference to instance variable 'delegateDropTarget' needs "this.". 1250 35
    # warning RequireThis Reference to instance variable 'delegateDropTarget' needs "this.". 1254 31
    # warning RequireThis Reference to instance variable 'delegate' needs "this.". 1258 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/LWWindowPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastMouseEventPeer' needs "this.". 857 43
    # warning RequireThis Reference to instance variable 'blocker' needs "this.". 1255 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CCursorManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentCursor' needs "this.". 60 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CDataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 508 29
    # warning RequireThis Reference to instance variable 'end' needs "this.". 527 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CDragSourceContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fDragImageOffset' needs "this.". 128 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CDropTargetContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fNativeDataAvailable' needs "this.". 80 30
    # warning RequireThis Reference to instance variable 'insideTarget' needs "this.". 120 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CFRetainedResource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ptr' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CInputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fAwtFocussedComponentPeer' needs "this.". 282 20
    # warning RequireThis Reference to instance variable 'fCurrentTextLength' needs "CInputMethod.this.". 604 86
    # warning RequireThis Reference to instance variable 'fCurrentTextLength' needs "CInputMethod.this.". 607 82
    # warning RequireThis Reference to instance variable 'fCurrentTextLength' needs "CInputMethod.this.". 607 113

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/CWarningWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentSize' needs "this.". 350 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/lwawt/macosx/NSPrintInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fNSPrintInfo' needs "this.". 53 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fd0' needs "this.". 131 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/GeneratedClassFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'genericArgs' needs "this.". 54 53
    # warning RequireThis Reference to instance variable 'superClass' needs "this.". 55 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/JType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 102 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/Fp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 146 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/JavaLang.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cond' needs "this.". 79 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 113 102
    # warning RequireThis Reference to instance variable 'target' needs "this.". 134 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/StringStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 88 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/beans/editors/ColorEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 37 20
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 53 27
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 62 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/AESCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 370 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/BlockCipherParamsCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 64 25
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 77 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/CipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 335 34
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 336 36
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 337 36
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 339 51
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 517 60
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 524 60
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 556 25
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 708 20
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 711 38
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 723 24
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 751 44
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 771 30
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 772 27
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 776 33
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 887 53
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 900 26
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 901 28
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 905 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 912 48
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 914 56
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 993 25
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 1010 21
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 1014 26
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 1017 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/CipherFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 160 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 161 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 165 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 165 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 180 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 180 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 184 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 229 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 230 37
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 231 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 235 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 235 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 254 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 254 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 258 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/CounterMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used' needs "this.". 94 20
    # warning RequireThis Reference to instance variable 'usedSave' needs "this.". 104 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/DESCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expandedKey' needs "this.". 606 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/DESedeCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 82 20
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 116 23
    # warning RequireThis Reference to instance variable 'key2' needs "this.". 120 23
    # warning RequireThis Reference to instance variable 'key3' needs "this.". 124 23
    # warning RequireThis Reference to instance variable 'key3' needs "this.". 146 23
    # warning RequireThis Reference to instance variable 'key2' needs "this.". 150 23
    # warning RequireThis Reference to instance variable 'key1' needs "this.". 154 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iv' needs "this.". 233 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pSize' needs "this.". 129 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primeSize' needs "this.". 123 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/GHASH.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stateSave' needs "this.". 141 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'processed' needs "this.". 190 25
    # warning RequireThis Reference to instance variable 'sizeOfAAD' needs "this.". 191 25
    # warning RequireThis Reference to instance variable 'processedSave' needs "this.". 206 21
    # warning RequireThis Reference to instance variable 'sizeOfAADSave' needs "this.". 207 21
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 413 42
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 431 23
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 488 19
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 507 36
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 508 16
    # warning RequireThis Reference to instance variable 'tagLenBytes' needs "this.". 522 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/HmacCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockLen' needs "this.". 121 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/ISO10126Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/OAEPParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 192 52
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 242 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/OutputFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 158 31
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 160 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 164 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 164 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 167 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 181 33
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 181 59
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 184 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PBECipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 270 33
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 306 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PBES1Core.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 270 33
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 306 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PBES2Core.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pbeAlgo' needs "this.". 97 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PBES2Parameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keysize' needs "this.". 235 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PBKDF2Core.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prfAlgo' needs "this.". 124 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/PKCS5Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 99 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 125 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/RC2Parameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 127 27
    # warning RequireThis Reference to instance variable 'version' needs "this.". 145 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/crypto/provider/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 389 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 560 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 567 64
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 658 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 666 60
    # warning RequireThis Reference to instance variable 'sampleModel' needs "this.". 673 31
    # warning RequireThis Reference to instance variable 'colorModel' needs "this.". 674 30
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 772 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 993 29
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1027 33
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1039 56
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1075 29
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1109 33
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1121 56
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1156 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1188 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1194 61
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1223 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1255 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1261 65
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1290 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1324 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1330 61
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1349 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1380 56
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1386 61
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1405 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1430 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1449 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1450 48
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1463 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1491 38
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1526 45
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1592 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1626 38
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1653 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'h' needs "this.". 608 29
    # warning RequireThis Reference to instance variable 'h' needs "this.". 616 30
    # warning RequireThis Reference to instance variable 'w' needs "this.". 711 53
    # warning RequireThis Reference to instance variable 'compImageSize' needs "this.". 736 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 173 40
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 200 40
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 248 45
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 254 53
    # warning RequireThis Reference to instance variable 'yPixelsPerMeter' needs "this.". 258 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/common/BitFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 87 28
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 89 76
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 103 53
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 103 77
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 104 36
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 105 30
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 106 32
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 113 56
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 113 76
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 115 32
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 116 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/common/LZWCompressor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBits' needs "this.". 80 23
    # warning RequireThis Reference to instance variable 'numBits' needs "this.". 118 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/common/LZWStringTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numStrings' needs "this.". 212 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/common/PaletteBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requiredSize' needs "this.". 257 32
    # warning RequireThis Reference to instance variable 'maxNodes' needs "this.". 269 28
    # warning RequireThis Reference to instance variable 'numNodes' needs "this.". 270 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/common/SubImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startingPos' needs "this.". 71 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fallbackColorTable' needs "this.". 257 26
    # warning RequireThis Reference to instance variable 'bitPos' needs "this.". 332 35
    # warning RequireThis Reference to instance variable 'blockLength' needs "this.". 341 29
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 369 31
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 416 45
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 442 29
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 443 29
    # warning RequireThis Reference to instance variable 'width' needs "this.". 454 28
    # warning RequireThis Reference to instance variable 'rowsDone' needs "this.". 457 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 466 36
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 473 45
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 933 35
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 945 36
    # warning RequireThis Reference to instance variable 'clearCode' needs "this.". 952 29
    # warning RequireThis Reference to instance variable 'initCodeSize' needs "this.". 954 40
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 959 33
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 964 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/DQTMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'QTABLE_SIZE' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tempICCSegment' needs "this.". 194 30
    # warning RequireThis Reference to instance variable 'tempICCSegment' needs "this.". 199 30
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "this.". 380 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "this.". 381 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 927 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 928 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 939 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 940 35
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 982 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1054 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1070 67
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1409 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1481 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1504 30
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1517 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 90 46
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 97 29
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 102 43
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 140 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 141 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 165 22
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 245 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iccCS' needs "this.". 932 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1102 44
    # warning RequireThis Reference to instance variable 'imageMetadataIndex' needs "this.". 1188 27
    # warning RequireThis Reference to instance variable 'knownPassCount' needs "this.". 1199 29
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1201 51
    # warning RequireThis Reference to instance variable 'destinationBands' needs "this.". 1211 58
    # warning RequireThis Reference to instance variable 'destROI' needs "this.". 1219 48
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1222 59
    # warning RequireThis Reference to instance variable 'maxProgressivePass' needs "this.". 1223 59
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1279 31
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1289 70
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1300 62
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1304 31
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1306 41
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1309 61
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1311 66
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1316 52
    # warning RequireThis Reference to instance variable 'percentToDate' needs "this.". 1317 66
    # warning RequireThis Reference to instance variable 'percentToDate' needs "this.". 1344 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 568 31
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 569 44
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 571 32
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 572 46
    # warning RequireThis Reference to instance variable 'streamQTables' needs "this.". 975 27
    # warning RequireThis Reference to instance variable 'streamDCHuffmanTables' needs "this.". 991 35
    # warning RequireThis Reference to instance variable 'streamACHuffmanTables' needs "this.". 992 35
    # warning RequireThis Reference to instance variable 'numScans' needs "this.". 1413 33
    # warning RequireThis Reference to instance variable 'converted' needs "this.". 1778 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resetSequence' needs "this.". 1074 20
    # warning RequireThis Reference to instance variable 'markerSequence' needs "this.". 2182 29
    # warning RequireThis Reference to instance variable 'resetSequence' needs "this.". 2405 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/jpeg/MarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 66 65
    # warning RequireThis Reference to instance variable 'length' needs "this.". 204 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 945 37
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 1009 36
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 1217 34
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 1225 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 136 37
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 192 37
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 772 20
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 773 18
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 774 20
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 775 18
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 785 20
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 786 18
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 790 32
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 793 35
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 811 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 812 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 813 50
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 884 45
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 893 41
    # warning RequireThis Reference to instance variable 'prevRow' needs "this.". 912 23
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 916 41
    # warning RequireThis Reference to instance variable 'scalingBitDepth' needs "this.". 978 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 989 33
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1005 33
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 1083 40
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 1084 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/imageio/plugins/png/PNGMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'IHDR_bitDepth' needs "this.". 309 40
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 801 47
    # warning RequireThis Reference to instance variable 'bKGD_gray' needs "this.". 863 33
    # warning RequireThis Reference to instance variable 'bKGD_red' needs "this.". 865 25
    # warning RequireThis Reference to instance variable 'bKGD_green' needs "this.". 866 25
    # warning RequireThis Reference to instance variable 'bKGD_blue' needs "this.". 867 25
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitXAxis' needs "this.". 975 54
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitYAxis' needs "this.". 980 54
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 1065 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 385 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 398 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 398 46
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 409 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 409 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 417 60
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 417 68
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 426 58
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 426 66
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 437 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 437 44
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 447 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 456 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 456 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 466 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 474 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 474 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 482 61
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 482 69
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 495 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 505 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 505 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 513 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 513 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 521 52
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 521 60
    # warning RequireThis Reference to instance variable 'h0' needs "this.". 589 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "GTKFileChooserUI.this.". 1203 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wt' needs "this.". 175 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 507 63
    # warning RequireThis Reference to instance variable 'cr' needs "this.". 666 33
    # warning RequireThis Reference to instance variable 'cg' needs "this.". 667 33
    # warning RequireThis Reference to instance variable 'cb' needs "this.". 668 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/motif/MotifBorders.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shadow' needs "this.". 177 35
    # warning RequireThis Reference to instance variable 'highlight' needs "this.". 181 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shadow' needs "MotifInternalFrameTitlePane.this.". 270 34
    # warning RequireThis Reference to instance variable 'highlight' needs "MotifInternalFrameTitlePane.this.". 273 34
    # warning RequireThis Reference to instance variable 'shadow' needs "MotifInternalFrameTitlePane.this.". 296 34
    # warning RequireThis Reference to instance variable 'highlight' needs "MotifInternalFrameTitlePane.this.". 299 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 141 32
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 142 37
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 145 31
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 146 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 148 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 148 43
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 169 37
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 172 31
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 173 41
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 174 26
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 175 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 175 41
    # warning RequireThis Reference to instance variable 'hThumbOffset' needs "this.". 238 22
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 239 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 240 27
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 246 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 247 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 365 48
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 387 29
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 389 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsBorders.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeColor' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'inactiveColor' needs "this.". 331 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dashedRectGapWidth' needs "this.". 131 51
    # warning RequireThis Reference to instance variable 'dashedRectGapHeight' needs "this.". 131 80

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuItem' needs "this.". 778 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buttonHeight' needs "this.". 81 27
    # warning RequireThis Reference to instance variable 'buttonHeight' needs "WindowsInternalFrameTitlePane.this.". 449 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseUnitX' needs "this.". 2550 26
    # warning RequireThis Reference to instance variable 'baseUnitY' needs "this.". 2554 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasFocus' needs "this.". 175 38
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 37
    # warning RequireThis Reference to instance variable 'top' needs "this.". 242 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/swing/plaf/windows/WindowsToggleButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedBackgroundColor' needs "this.". 124 23
    # warning RequireThis Reference to instance variable 'cachedHighlightColor' needs "this.". 124 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/AdaptiveCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tailCoding' needs "this.". 63 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/Attribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandCount' needs "Layout.this.". 634 37
    # warning RequireThis Reference to instance variable 'bandIndex' needs "this.". 659 42
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 660 44
    # warning RequireThis Reference to instance variable 'refKind' needs "this.". 661 41
    # warning RequireThis Reference to instance variable 'value' needs "this.". 662 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/BandStructure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandHeaderBytePos' needs "this.". 288 30
    # warning RequireThis Reference to instance variable 'seqForDebug' needs "this.". 376 40
    # warning RequireThis Reference to instance variable 'elementCountForDebug' needs "this.". 506 30
    # warning RequireThis Reference to instance variable 'valuesDisbursed' needs "this.". 542 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 552 24
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 683 24
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 696 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 755 38
    # warning RequireThis Reference to instance variable 'length' needs "this.". 777 68
    # warning RequireThis Reference to instance variable 'length' needs "this.". 779 39
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1233 24
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1302 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1312 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1326 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1343 33
    # warning RequireThis Reference to instance variable 'outputCounter' needs "this.". 1394 15
    # warning RequireThis Reference to instance variable 'archiveSize1' needs "this.". 1399 43
    # warning RequireThis Reference to instance variable 'bc_thisfield' needs "this.". 2434 29
    # warning RequireThis Reference to instance variable 'bc_superfield' needs "this.". 2436 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/ClassReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolLimit' needs "this.". 129 38
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 131 49
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 186 86
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 303 29
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 535 29
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 542 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/ClassWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 93 60
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 109 57
    # warning RequireThis Reference to instance variable 'bufOut' needs "this.". 249 31
    # warning RequireThis Reference to instance variable 'bufOut' needs "this.". 251 23
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 256 33
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 259 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/Coding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 433 22
    # warning RequireThis Reference to instance variable 'max' needs "this.". 433 34
    # warning RequireThis Reference to instance variable 'umin' needs "this.". 442 22
    # warning RequireThis Reference to instance variable 'umax' needs "this.". 442 35
    # warning RequireThis Reference to instance variable 'del' needs "this.". 470 37
    # warning RequireThis Reference to instance variable 'del' needs "this.". 484 37
    # warning RequireThis Reference to instance variable 'min' needs "this.". 529 23
    # warning RequireThis Reference to instance variable 'B' needs "this.". 783 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 787 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 797 35
    # warning RequireThis Reference to instance variable 'B' needs "this.". 810 30
    # warning RequireThis Reference to instance variable 'B' needs "this.". 824 22
    # warning RequireThis Reference to instance variable 'S' needs "this.". 837 28
    # warning RequireThis Reference to instance variable 'B' needs "this.". 872 20
    # warning RequireThis Reference to instance variable 'min' needs "this.". 884 62
    # warning RequireThis Reference to instance variable 'max' needs "this.". 885 62
    # warning RequireThis Reference to instance variable 'B' needs "this.". 894 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/CodingChooser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'searchOrder' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'minDistance' needs "this.". 105 30
    # warning RequireThis Reference to instance variable 'zipSize' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'byteSize' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'histSize' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'index' needs "this.". 112 30
    # warning RequireThis Reference to instance variable 'regularChoice' needs "this.". 302 22
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 340 31
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 348 29
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 351 53
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 375 47
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 376 40
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 378 52
    # warning RequireThis Reference to instance variable 'min' needs "this.". 403 72
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 475 18
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 502 37
    # warning RequireThis Reference to instance variable 'fuzz' needs "this.". 512 43
    # warning RequireThis Reference to instance variable 'start' needs "this.". 660 40
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 704 36
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 724 54
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 847 55
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 850 45
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 853 48
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 1137 48
    # warning RequireThis Reference to instance variable 'end' needs "this.". 1237 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 1305 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/ConstantPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 272 26
    # warning RequireThis Reference to instance variable 'valueHash' needs "this.". 282 44
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 1171 56
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 1202 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/Fixups.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 105 29
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 292 51
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 303 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 73 21
    # warning RequireThis Reference to instance variable 'length' needs "this.". 77 24
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 96 32
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 193 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 194 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 195 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 202 52
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 204 50
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 242 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 279 70
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 295 25
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 310 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 316 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 341 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_prevPercent' needs "this.". 161 23
    # warning RequireThis Reference to instance variable '_estSegLimit' needs "this.". 208 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'default_modtime' needs "Package.this.". 782 57
    # warning RequireThis Reference to instance variable 'modtime' needs "this.". 805 46
    # warning RequireThis Reference to instance variable 'allInnerClasses' needs "this.". 902 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/PackageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 84 35
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 88 36
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 115 30
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 130 37
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 136 37
    # warning RequireThis Reference to instance variable 'buffered' needs "LimitedBuffer.this.". 139 50
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 871 45
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 897 29
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 907 29
    # warning RequireThis Reference to instance variable 'numAttrDefs' needs "this.". 973 33
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 1011 29
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 1024 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/PackageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packageVersion' needs "this.". 132 35
    # warning RequireThis Reference to instance variable 'packageVersion' needs "this.". 379 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/PackerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passFiles' needs "this.". 291 62
    # warning RequireThis Reference to instance variable 'f' needs "this.". 373 66
    # warning RequireThis Reference to instance variable 'nread' needs "this.". 400 45
    # warning RequireThis Reference to instance variable 'segmentSize' needs "this.". 550 33
    # warning RequireThis Reference to instance variable 'segmentSize' needs "this.". 560 33
    # warning RequireThis Reference to instance variable 'segmentTotalSize' needs "this.". 564 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/PopulationCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 131 24
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 132 24
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 223 38
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 243 55
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 260 34
    # warning RequireThis Reference to instance variable 'tokenCoding' needs "this.". 429 25
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 488 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/java/util/jar/pack/UnpackerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'crcOut' needs "this.". 252 52
    # warning RequireThis Reference to instance variable 'crcOut' needs "this.". 256 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/mbeanserver/PerInterface.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'getters' needs "this.". 197 27
    # warning RequireThis Reference to instance variable 'setters' needs "this.". 201 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/mbeanserver/Repository.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isPropertyListPattern' needs "this.". 185 43
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 296 19
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 402 20
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 404 19
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 621 38
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 647 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/internal/ArrayNotificationBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 191 27
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 206 24
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 520 23
    # warning RequireThis Reference to instance variable 'nextSequenceNumber' needs "this.". 526 58
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 536 30
    # warning RequireThis Reference to instance variable 'sender' needs "this.". 561 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/internal/ArrayQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 63 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 72 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 92 27
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 94 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbeanRemovedNotifID' needs "ClientNotifForwarder.this.". 519 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/internal/ServerCommunicatorAdmin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timeout' needs "ServerCommunicatorAdmin.this.". 177 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/security/FileLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passwordFile' needs "this.". 190 35
    # warning RequireThis Reference to instance variable 'passwordFile' needs "this.". 200 43
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 239 47
    # warning RequireThis Reference to instance variable 'username' needs "this.". 467 28
    # warning RequireThis Reference to instance variable 'hasJavaHomePermission' needs "this.". 479 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 422 21
    # warning RequireThis Reference to instance variable 'len' needs "this.". 511 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/remote/util/CacheMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nSoftReferences' needs "this.". 101 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/BerDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 431 16
    # warning RequireThis Reference to instance variable 'next' needs "this.". 436 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/BerEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 263 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 368 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 398 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 452 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/IPAcl/ASCII_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 66 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 68 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 71 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 72 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 75 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 76 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 79 51
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 83 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 86 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 89 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 92 40
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 102 18
    # warning RequireThis Reference to instance variable 'available' needs "this.". 108 28
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 110 26
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 122 30
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 123 24
    # warning RequireThis Reference to instance variable 'available' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 127 24
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 133 49
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 146 25
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 155 19
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 255 18
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 324 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 325 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 327 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 339 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 340 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 341 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 362 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 364 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 368 25
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 375 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 391 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/IPAcl/JJTParserState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 90 17
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 95 17
    # warning RequireThis Reference to instance variable 'sp' needs "this.". 104 10

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/IPAcl/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 154 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 156 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/IPAcl/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'token' needs "this.". 965 44
    # warning RequireThis Reference to instance variable 'token' needs "this.". 972 44
    # warning RequireThis Reference to instance variable 'token' needs "this.". 979 44
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 987 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 989 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 995 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 997 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 999 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1005 37
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1008 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1010 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1013 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1015 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1021 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1023 37
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1106 21
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1129 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1141 36
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1156 30
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 1183 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/IPAcl/ParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 768 25
    # warning RequireThis Reference to instance variable 'jjnewStateCnt' needs "this.". 1357 16
    # warning RequireThis Reference to instance variable 'defaultLexState' needs "this.". 1404 18
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 1470 54
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1480 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/SnmpNull.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/SnmpV3Message.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 482 32
    # warning RequireThis Reference to instance variable 'msgMaxSize' needs "this.". 483 37
    # warning RequireThis Reference to instance variable 'msgFlags' needs "this.". 484 35
    # warning RequireThis Reference to instance variable 'msgSecurityModel' needs "this.". 485 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/agent/LongList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 109 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 111 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 135 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 137 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 156 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 169 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/agent/SnmpIndex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 67 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 120 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 143 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibOid.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 319 21
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 430 25
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 446 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 527 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 643 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1640 37
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2409 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2427 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2427 47
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2438 27
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2438 45
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2454 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/agent/SnmpRequestTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 206 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 218 24
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 533 31
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 533 58
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 550 27
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 550 45
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 583 30
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 629 39
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 668 45
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 684 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 692 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 700 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 708 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/daemon/CommunicatorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startException' needs "this.". 581 50
    # warning RequireThis Reference to instance variable 'bottomMBS' needs "this.". 982 21
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1012 24
    # warning RequireThis Reference to instance variable 'notifCount' needs "this.". 1280 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 268 26
    # warning RequireThis Reference to instance variable 'nonRepeat' needs "this.". 302 28
    # warning RequireThis Reference to instance variable 'maxRepeat' needs "this.". 303 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/internal/SnmpEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 238 43
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 270 43
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 300 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jmx/snmp/tasks/ThreadService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currThreds' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'minThreads' needs "this.". 218 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/cosnaming/CNCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1123 61
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1131 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/cosnaming/CorbanameUrl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'location' needs "this.". 85 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/cosnaming/OrbReuseTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 54 65
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 61 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/dns/DnsClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ident' needs "this.". 172 19
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 188 37
    # warning RequireThis Reference to instance variable 'ident' needs "this.". 311 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/dns/DnsName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 597 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/dns/ResourceRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ttl' needs "this.". 130 27
    # warning RequireThis Reference to instance variable 'rdlen' needs "this.". 276 20
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 279 23
    # warning RequireThis Reference to instance variable 'rdlen' needs "this.". 462 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 216 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 221 20
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 257 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 261 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/BerDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'origOffset' needs "this.". 57 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/Connection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 420 57
    # warning RequireThis Reference to instance variable 'readTimeout' needs "this.". 479 31
    # warning RequireThis Reference to instance variable 'host' needs "this.". 647 73
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 699 47
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 700 47
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 785 41
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 801 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/EventSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 227 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/LdapClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 402 61
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 432 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/LdapCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2959 32
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2985 28
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 3052 32
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 3552 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 242 70
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 379 40
    # warning RequireThis Reference to instance variable 'len' needs "this.". 420 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 425 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 436 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 437 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 449 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 453 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 454 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 462 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 480 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 496 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 497 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 508 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 510 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 520 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 532 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 538 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 539 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 551 27
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 554 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 558 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 559 67
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 564 24
    # warning RequireThis Reference to instance variable 'len' needs "this.". 573 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 583 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/LdapReferralException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 168 53
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 225 33
    # warning RequireThis Reference to instance variable 'nextReferralEx' needs "this.". 269 21
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 308 51
    # warning RequireThis Reference to instance variable 'foundEntry' needs "this.". 409 46
    # warning RequireThis Reference to instance variable 'skipThisReferral' needs "this.". 410 52
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 411 49
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 415 33
    # warning RequireThis Reference to instance variable 'errorEx' needs "this.". 422 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/LdapRequest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 105 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/NotifierArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controls' needs "this.". 93 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 244 54
    # warning RequireThis Reference to instance variable 'currentFactory' needs "this.". 328 24
    # warning RequireThis Reference to instance variable 'sslSocket' needs "this.". 335 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/pool/Connections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 184 38
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 199 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/pool/Pool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 209 45
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 210 47
    # warning RequireThis Reference to instance variable 'initSize' needs "this.". 211 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/sasl/SaslInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'recvMaxBufSize' needs "this.". 129 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/ldap/sasl/SaslOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawSendSize' needs "this.". 83 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/rmi/registry/RegistryContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 340 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/toolkit/dir/LazySearchEnumerationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextMatch' needs "this.". 134 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/jndi/toolkit/dir/SearchFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 91 43
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 96 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 199 44
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 199 58
    # warning RequireThis Reference to instance variable 'attrID' needs "this.". 329 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/management/GcInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 148 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/AbstractDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultFormat' needs "this.". 442 26
    # warning RequireThis Reference to instance variable 'defaultBufferSize' needs "this.". 443 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/AlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 387 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 388 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/AudioFloatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 96 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 97 39
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 97 72
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 109 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 110 38
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 110 70
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 751 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 766 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 796 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 812 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 834 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 851 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 880 23
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 898 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 74 30
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 88 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 96 37
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 108 40
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 111 26
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 159 35
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 167 31
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 175 37
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 185 37
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 210 27
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 218 40
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 300 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 301 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 303 27
    # warning RequireThis Reference to instance variable 'ibuffer_index' needs "this.". 324 34
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 325 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 347 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 349 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 367 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 373 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 384 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 385 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 392 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 397 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 399 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 403 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 411 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 416 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 422 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 425 56
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 429 35
    # warning RequireThis Reference to instance variable 'mark_ibuffer_index' needs "this.". 436 29
    # warning RequireThis Reference to instance variable 'mark_ibuffer_len' needs "this.". 437 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/AudioFloatInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 65 37
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 82 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 36
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 88 66
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 95 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 106 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 113 23
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 121 19
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 181 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 182 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 186 32
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 190 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 202 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/DataPusher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 97 32
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 104 27
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 131 28
    # warning RequireThis Reference to instance variable 'STATE_STOPPED' needs "this.". 132 31
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 139 23
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 146 57
    # warning RequireThis Reference to instance variable 'audioData' needs "this.". 170 22
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 172 31
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 174 36
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 179 47
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 180 47
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 188 31
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 191 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 204 57
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 205 57
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 219 35
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 228 23
    # warning RequireThis Reference to instance variable 'STATE_STOPPED' needs "this.". 238 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/DirectAudioDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'softwareConversionSize' needs "this.". 490 40
    # warning RequireThis Reference to instance variable 'stoppedWritten' needs "this.". 565 29
    # warning RequireThis Reference to instance variable 'doIO' needs "this.". 792 28
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1204 45
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1211 37
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1219 57
    # warning RequireThis Reference to instance variable 'loopStartFrame' needs "this.". 1282 64
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1371 63
    # warning RequireThis Reference to instance variable 'loopEndFrame' needs "this.". 1376 36
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1378 57
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1380 56
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1388 55
    # warning RequireThis Reference to instance variable 'loopStartFrame' needs "this.". 1398 52
    # warning RequireThis Reference to instance variable 'autoclosing' needs "this.". 1426 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/EventDispatcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 436 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/FFT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 53 29
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 56 42
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 693 29
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 732 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/JavaSoundAudioClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPlayCall' needs "this.". 142 35
    # warning RequireThis Reference to instance variable 'clipLooping' needs "this.". 158 33
    # warning RequireThis Reference to instance variable 'loadedAudioByteLength' needs "this.". 344 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 384 77
    # warning RequireThis Reference to instance variable 'clip' needs "this.". 390 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 417 77

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/ModelByteBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 72 28
    # warning RequireThis Reference to instance variable 'markleft' needs "this.". 84 20
    # warning RequireThis Reference to instance variable 'left' needs "this.". 90 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 91 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 99 23
    # warning RequireThis Reference to instance variable 'left' needs "this.". 112 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 68 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 69 28
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 76 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 117 23
    # warning RequireThis Reference to instance variable 'pos2' needs "this.". 118 24
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 122 19
    # warning RequireThis Reference to instance variable 'markpos2' needs "this.". 123 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/PCMtoPCMCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 391 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 396 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_ENDIAN' needs "this.". 403 38
    # warning RequireThis Reference to instance variable 'PCM_UNSIGNED_LE2SIGNED_BE' needs "this.". 410 38
    # warning RequireThis Reference to instance variable 'PCM_SIGNED_LE2UNSIGNED_BE' needs "this.". 416 38
    # warning RequireThis Reference to instance variable 'PCM_UNSIGNED_BE2SIGNED_LE' needs "this.". 422 38
    # warning RequireThis Reference to instance variable 'PCM_SIGNED_BE2UNSIGNED_LE' needs "this.". 428 38
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 464 39
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 561 53
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 568 28
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 568 75
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 576 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/PortMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 158 72
    # warning RequireThis Reference to instance variable 'id' needs "this.". 254 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/RIFFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 186 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/RIFFWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 138 27
    # warning RequireThis Reference to instance variable 'startpointer' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/RealTimeSequencer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loopEnd' needs "this.". 698 44
    # warning RequireThis Reference to instance variable 'autoConnect' needs "this.". 857 35
    # warning RequireThis Reference to instance variable 'thread' needs "this.". 1336 29
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1478 39
    # warning RequireThis Reference to instance variable 'currTempo' needs "this.". 1486 45
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1487 38
    # warning RequireThis Reference to instance variable 'loopCount' needs "RealTimeSequencer.this.". 1537 31
    # warning RequireThis Reference to instance variable 'trackMuted' needs "RealTimeSequencer.this.". 1580 24
    # warning RequireThis Reference to instance variable 'trackSolo' needs "RealTimeSequencer.this.". 1581 24
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1817 57
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1828 57
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1939 34
    # warning RequireThis Reference to instance variable 'checkPointMillis' needs "this.". 1946 76
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1951 41
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1951 66
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1956 93
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 2045 39
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 2052 79
    # warning RequireThis Reference to instance variable 'checkPointTick' needs "this.". 2065 88
    # warning RequireThis Reference to instance variable 'loopStart' needs "RealTimeSequencer.this.". 2066 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SF2Instrument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 126 34
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SF2Layer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SF2Sample.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 214 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftAbstractResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 73 50
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 91 65
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 102 51
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'samplerateconv' needs "this.". 119 28
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 126 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 68
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 131 35
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 157 62
    # warning RequireThis Reference to instance variable 'sector_loopstart' needs "this.". 158 34
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 159 46
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 164 34
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 169 40
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 184 43
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 193 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 195 37
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 197 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 198 50
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 213 45
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 228 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 229 62
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 232 28
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 233 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 234 68
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 245 33
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 277 41
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 279 25
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 286 50
    # warning RequireThis Reference to instance variable 'streampos' needs "this.". 287 45
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 292 55
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 297 37
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 305 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 306 44
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 312 41
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 322 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 324 44
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 334 37
    # warning RequireThis Reference to instance variable 'loopstart' needs "this.". 334 62
    # warning RequireThis Reference to instance variable 'looplen' needs "this.". 335 45
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 340 41
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 343 51
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 350 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 356 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftAudioBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 119 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 874 57
    # warning RequireThis Reference to instance variable 's' needs "this.". 928 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftChorus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastdelay' needs "this.". 74 41
    # warning RequireThis Reference to instance variable 'rgain' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 134 34
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 139 48
    # warning RequireThis Reference to instance variable 'phase_step' needs "this.". 160 22
    # warning RequireThis Reference to instance variable 'phase_step' needs "this.". 167 22
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 292 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 65 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 89 25
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 122 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 157 23
    # warning RequireThis Reference to instance variable 'a1' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'a2' needs "this.". 159 23
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 160 23
    # warning RequireThis Reference to instance variable 'b2' needs "this.". 161 23
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 162 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 163 24
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 301 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 329 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 356 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 387 34
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 422 23
    # warning RequireThis Reference to instance variable 'a1' needs "this.". 423 23
    # warning RequireThis Reference to instance variable 'a2' needs "this.". 424 23
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 425 23
    # warning RequireThis Reference to instance variable 'b2' needs "this.". 426 23
    # warning RequireThis Reference to instance variable 'q' needs "this.". 427 22
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 428 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 429 24
    # warning RequireThis Reference to instance variable 'a0' needs "this.". 551 23
    # warning RequireThis Reference to instance variable 'q' needs "this.". 552 22
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 553 25
    # warning RequireThis Reference to instance variable 'wet' needs "this.". 554 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftJitterCorrector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 66 32
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 67 42
    # warning RequireThis Reference to instance variable 'w_min' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 86 36
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 107 33
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 108 47
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 144 54
    # warning RequireThis Reference to instance variable 'w_count' needs "JitterStream.this.". 148 46
    # warning RequireThis Reference to instance variable 'w_min_tol' needs "JitterStream.this.". 150 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 151 71
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 154 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 155 71
    # warning RequireThis Reference to instance variable 'bbuffer_max' needs "JitterStream.this.". 164 46
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 166 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftLanczosResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 91 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 93 37
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 103 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 105 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftLimiter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 77 34
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 135 23
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 138 38
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 157 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 158 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 169 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 180 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 181 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 56 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 73 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 82 29
    # warning RequireThis Reference to instance variable 'sin_factor' needs "this.". 93 40
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 118 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msec_buffer_len' needs "this.". 427 48
    # warning RequireThis Reference to instance variable 'max_delay_midievent' needs "this.". 431 34
    # warning RequireThis Reference to instance variable 'max_delay_midievent' needs "this.". 432 35
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 487 62
    # warning RequireThis Reference to instance variable 'msec_last_activity' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 506 27
    # warning RequireThis Reference to instance variable 'cur_registeredMixers' needs "this.". 530 36
    # warning RequireThis Reference to instance variable 'last_volume_left' needs "this.". 695 46
    # warning RequireThis Reference to instance variable 'last_volume_right' needs "this.". 702 51
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 775 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 881 37
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1137 40
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1140 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMixingClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 66 43
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 67 47
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 68 44
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 97 48
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 102 40
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 109 37
    # warning RequireThis Reference to instance variable 'active' needs "this.". 177 23
    # warning RequireThis Reference to instance variable '_active' needs "this.". 180 22
    # warning RequireThis Reference to instance variable 'frameposition' needs "this.". 184 30
    # warning RequireThis Reference to instance variable '_frameposition' needs "this.". 188 29
    # warning RequireThis Reference to instance variable 'loopcount' needs "this.". 191 26
    # warning RequireThis Reference to instance variable 'loopstart' needs "this.". 192 26
    # warning RequireThis Reference to instance variable 'loopend' needs "this.". 193 24
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 212 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 223 28
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 401 27
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 405 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMixingDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 128 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 129 42
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 130 27
    # warning RequireThis Reference to instance variable 'ibuffer_index' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 152 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 174 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 176 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 194 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 200 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 202 67
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 211 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 218 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 223 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 225 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 229 30
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 237 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 242 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 248 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 251 52
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 255 35
    # warning RequireThis Reference to instance variable 'mark_ibuffer_index' needs "this.". 262 29
    # warning RequireThis Reference to instance variable 'mark_ibuffer_len' needs "this.". 263 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 182 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMixingMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pusher' needs "this.". 275 39
    # warning RequireThis Reference to instance variable 'pusher_stream' needs "this.". 276 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 130 19
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'active' needs "this.". 206 19
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 219 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 226 28
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "SoftMixingSourceDataLine.this.". 344 39
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "SoftMixingSourceDataLine.this.". 345 39
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingSourceDataLine.this.". 357 55
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "this.". 400 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftPerformer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 662 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftReverb.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 97 59
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 112 59
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 137 33
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 184 33
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 486 38
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 494 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftSincResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_scale_size' needs "this.". 45 29
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 105 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 107 37
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 126 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftSynthesizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'samplesize' needs "this.". 110 35
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 115 50
    # warning RequireThis Reference to instance variable 'resamplerType' needs "this.". 884 68
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 890 67
    # warning RequireThis Reference to instance variable 'format' needs "this.". 895 19
    # warning RequireThis Reference to instance variable 'latency' needs "this.". 899 62
    # warning RequireThis Reference to instance variable 'deviceid' needs "this.". 903 64
    # warning RequireThis Reference to instance variable 'maxpoly' needs "this.". 907 68
    # warning RequireThis Reference to instance variable 'reverb_on' needs "this.". 911 61
    # warning RequireThis Reference to instance variable 'chorus_on' needs "this.". 915 61
    # warning RequireThis Reference to instance variable 'agc_on' needs "this.". 919 72
    # warning RequireThis Reference to instance variable 'largemode' needs "this.". 923 65
    # warning RequireThis Reference to instance variable 'jitter_correction' needs "this.". 931 72
    # warning RequireThis Reference to instance variable 'reverb_light' needs "this.". 935 67
    # warning RequireThis Reference to instance variable 'load_default_soundbank' needs "this.". 939 77
    # warning RequireThis Reference to instance variable 'maxpoly' needs "this.". 1169 33
    # warning RequireThis Reference to instance variable 'pusher' needs "this.". 1231 39
    # warning RequireThis Reference to instance variable 'pusher_stream' needs "this.". 1232 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/SoftVoice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resampler' needs "this.". 616 34
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 719 35
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 754 35
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 755 36
    # warning RequireThis Reference to instance variable 'out_mixer_effect1' needs "this.". 756 38
    # warning RequireThis Reference to instance variable 'out_mixer_effect2' needs "this.". 757 38
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 778 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 791 37
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 868 48
    # warning RequireThis Reference to instance variable 'last_out_mixer_right' needs "this.". 875 44
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 876 39
    # warning RequireThis Reference to instance variable 'out_mixer_left' needs "this.". 908 31
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 909 32
    # warning RequireThis Reference to instance variable 'out_mixer_effect1' needs "this.". 910 34
    # warning RequireThis Reference to instance variable 'out_mixer_effect2' needs "this.". 911 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/StandardMidiFileReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackLength' needs "this.". 315 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/media/sound/UlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 364 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 365 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/net/httpserver/HttpPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 96 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/nio/sctp/SctpStandardSocketOptions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxInStreams' needs "this.". 417 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 87 33
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 103 29
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 113 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 81 33
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 97 29
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 107 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/XMLCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contextCipher' needs "this.". 1125 17
    # warning RequireThis Reference to instance variable 'contextCipher' needs "this.". 1344 17
    # warning RequireThis Reference to instance variable 'contextCipher' needs "this.". 1461 17
    # warning RequireThis Reference to instance variable 'referenceTransforms' needs "this.". 2684 29
    # warning RequireThis Reference to instance variable 'carriedName' needs "this.". 2857 29
    # warning RequireThis Reference to instance variable 'oaepParams' needs "this.". 3129 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3206 29
    # warning RequireThis Reference to instance variable 'target' needs "this.". 3298 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3301 29
    # warning RequireThis Reference to instance variable 'contextDocument' needs "XMLCipher.this.". 3357 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/signature/XMLSignatureInput.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subNode' needs "this.". 388 51
    # warning RequireThis Reference to instance variable 'outputStream' needs "this.". 477 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 125 22
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 135 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inSubtract' needs "this.". 211 49
    # warning RequireThis Reference to instance variable 'inIntersect' needs "this.". 223 50
    # warning RequireThis Reference to instance variable 'inUnion' needs "this.". 232 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/org/apache/xml/internal/security/utils/UnsyncByteArrayOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 49 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 61 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 73 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/rowset/CachedRowSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursorPos' needs "this.". 878 33
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1286 27
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1495 29
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1498 37
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3414 25
    # warning RequireThis Reference to instance variable 'numDeleted' needs "this.". 3422 37
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3504 23
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 5473 27
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 5474 19
    # warning RequireThis Reference to instance variable 'currentRow' needs "this.". 5476 19
    # warning RequireThis Reference to instance variable 'cursorPos' needs "this.". 5632 22
    # warning RequireThis Reference to instance variable 'currentRow' needs "this.". 5652 25
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7262 22
    # warning RequireThis Reference to instance variable 'prevEndPos' needs "this.". 7263 22
    # warning RequireThis Reference to instance variable 'totalRows' needs "this.". 7268 65
    # warning RequireThis Reference to instance variable 'endPos' needs "this.". 7273 25
    # warning RequireThis Reference to instance variable 'endPos' needs "this.". 7277 26
    # warning RequireThis Reference to instance variable 'prevEndPos' needs "this.". 7315 22
    # warning RequireThis Reference to instance variable 'pageSize' needs "this.". 7333 36
    # warning RequireThis Reference to instance variable 'maxRowsreached' needs "this.". 7449 14
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7463 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/rowset/internal/CachedRowSetWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updateWhere' needs "this.". 490 54
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 553 28
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 731 40
    # warning RequireThis Reference to instance variable 'updateWhere' needs "this.". 740 31
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 798 29
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 951 50
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 1018 38
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1108 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1151 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1158 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1160 21
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1252 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/rowset/internal/InsertRow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 102 29
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 119 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/rowset/internal/Row.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 273 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 304 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 322 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tempCommand' needs "this.". 875 33
    # warning RequireThis Reference to instance variable 'propertyValue' needs "this.". 880 35
    # warning RequireThis Reference to instance variable 'propertyValue' needs "this.". 886 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/auth/module/JndiLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 284 33
    # warning RequireThis Reference to instance variable 'groupProvider' needs "this.". 286 33
    # warning RequireThis Reference to instance variable 'username' needs "this.". 540 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreURL' needs "this.". 244 41
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 245 42
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 246 46
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 247 43
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 248 49
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 249 51
    # warning RequireThis Reference to instance variable 'protectedPath' needs "this.". 250 43
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 314 43
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 385 35
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 410 17
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 429 34
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 438 25
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 576 34
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 705 39
    # warning RequireThis Reference to instance variable 'status' needs "this.". 834 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 515 45
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 689 58
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 748 38
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 782 58
    # warning RequireThis Reference to instance variable 'username' needs "this.". 822 57
    # warning RequireThis Reference to instance variable 'username' needs "this.". 832 57
    # warning RequireThis Reference to instance variable 'doNotPrompt' needs "this.". 967 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/auth/module/LdapLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 510 17
    # warning RequireThis Reference to instance variable 'authOnly' needs "this.". 753 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/jgss/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 65 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/sasl/digest/DigestMD5Base.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1263 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1266 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1269 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1272 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'me' needs "this.". 189 76
    # warning RequireThis Reference to instance variable 'peer' needs "this.". 310 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/attach/VirtualMachineDescriptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 197 28
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 198 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'streamName' needs "OutputReader.this.". 275 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'classId' needs "this.". 106 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fieldId' needs "this.". 96 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 125 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 130 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 131 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 134 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 135 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 142 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 145 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 148 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 151 22
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 171 52
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 220 23
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 225 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 230 27
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 231 21
    # warning RequireThis Reference to instance variable 'available' needs "this.". 232 29
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 235 21
    # warning RequireThis Reference to instance variable 'line' needs "this.". 347 66
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 404 18
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 454 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 455 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 457 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 469 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 470 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 471 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 493 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 495 24
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 499 25
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 506 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 522 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1171 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1179 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1187 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1195 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1203 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1211 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1219 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1227 33
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1235 33
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1245 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1253 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1259 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1262 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1270 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1276 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1279 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1289 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1295 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1300 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1305 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1312 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1318 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1326 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1332 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1335 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1345 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1355 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1361 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1367 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1377 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1381 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1384 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1394 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1400 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1406 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1410 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1428 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1431 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1434 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1437 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1440 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1443 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1446 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1449 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1459 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1465 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1471 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1477 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1487 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1493 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1503 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1509 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1519 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1525 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1533 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1541 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1544 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1547 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1557 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1567 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1572 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1577 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1588 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1598 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1608 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1618 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1628 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1638 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1648 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1658 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1666 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1672 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1675 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1681 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1689 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1697 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1700 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1703 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1713 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1723 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1733 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1743 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1753 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1759 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1769 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1777 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1795 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1798 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1801 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1804 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1807 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1810 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1813 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1816 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1826 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1836 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1842 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1852 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1862 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1872 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1878 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1886 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1892 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1895 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1899 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1904 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1915 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1925 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1935 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1945 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1955 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1965 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1975 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1985 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1993 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1999 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2002 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2008 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2016 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2026 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2029 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2032 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2035 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2043 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2051 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2054 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2057 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2063 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2073 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2083 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2093 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2103 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2108 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2113 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2124 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2134 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2142 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2148 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2151 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2157 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2167 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2177 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2187 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2195 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2203 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2206 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2209 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2215 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2225 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2230 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2235 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2246 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2252 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2258 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2269 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2273 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2278 42
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2283 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2288 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2299 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2309 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2314 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2319 42
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2328 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2338 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2341 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2344 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2347 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2353 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2363 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2373 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2379 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2389 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2394 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2399 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2410 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2416 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2420 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2426 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2429 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2439 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2445 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2451 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2459 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2465 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2468 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2478 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2484 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2494 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2504 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2514 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2518 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2521 46
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2529 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2535 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2538 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2544 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2554 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2559 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2564 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2575 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2585 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2595 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2599 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2602 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2608 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2618 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2624 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2634 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2639 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2644 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2655 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2665 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2675 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2681 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2691 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2696 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2701 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2712 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2722 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2732 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2740 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2746 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2749 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2759 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2765 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2775 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2780 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2785 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2796 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2806 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2816 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2826 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2836 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2846 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2852 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2862 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2867 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2872 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2883 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2893 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2903 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2913 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2923 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 2931 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2945 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2948 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2951 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2954 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2957 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2960 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2970 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2980 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2986 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2996 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3001 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3006 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3017 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3027 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3037 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3047 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3053 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3063 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3068 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3073 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3084 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3094 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3102 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3110 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3113 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3116 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3126 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3132 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3138 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3148 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3154 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3160 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3166 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3176 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3186 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3196 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3206 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3212 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3218 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3228 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3234 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3244 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3250 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3256 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3266 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3276 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3280 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3283 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3293 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3303 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3313 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3323 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3329 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3337 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3351 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3354 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3357 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3360 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3363 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3366 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3376 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3384 11
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3411 63
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3415 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3419 57
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3422 70
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3425 67
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3428 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3431 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3434 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3437 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3440 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3443 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3446 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3456 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3466 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3476 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3482 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3492 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3497 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3502 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3513 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3523 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3533 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3539 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3545 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3555 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3561 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3566 13
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3571 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3578 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3584 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3594 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3604 39
    # warning RequireThis Reference to instance variable 'token' needs "this.". 3699 23
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3727 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3741 39
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3764 30
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 3797 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 975 25
    # warning RequireThis Reference to instance variable 'jjnewStateCnt' needs "this.". 1540 16
    # warning RequireThis Reference to instance variable 'defaultLexState' needs "this.". 1640 18
    # warning RequireThis Reference to instance variable 'curChar' needs "this.". 1708 54
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1719 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/expr/LValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refType' needs "this.". 577 57
    # warning RequireThis Reference to instance variable 'value' needs "this.". 674 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 681 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/expr/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 167 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 169 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastCommand' needs "this.". 1346 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentThread' needs "this.". 131 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'description' needs "this.". 229 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceModel' needs "this.". 286 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/extcheck/ExtCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSpecTitle' needs "this.". 122 49
    # warning RequireThis Reference to instance variable 'targetSpecVersion' needs "this.". 123 51
    # warning RequireThis Reference to instance variable 'targetSpecVendor' needs "this.". 125 54
    # warning RequireThis Reference to instance variable 'targetImplVersion' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'targetImplVendor' needs "this.". 129 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 156 69
    # warning RequireThis Reference to instance variable 'name' needs "this.". 331 27
    # warning RequireThis Reference to instance variable 'instanceSize' needs "this.". 390 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referersLen' needs "this.". 90 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 63 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 74 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 91 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'excludesFile' needs "this.". 93 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 186 95
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 414 36
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 458 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 474 34
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 662 29
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 678 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 696 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 734 30
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 758 26
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 820 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/BooleanValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 97 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/ByteValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/CharValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 102 21
    # warning RequireThis Reference to instance variable 'value' needs "this.". 108 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 164 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 164 51
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 181 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 181 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/ConnectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 325 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/DoubleValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 141 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 151 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 158 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isEnabled' needs "this.". 162 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/EventSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suspendPolicy' needs "this.". 57 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/FloatValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 25
    # warning RequireThis Reference to instance variable 'value' needs "this.". 134 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/IntegerValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 119 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 126 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/JDWPException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 65 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/JNITypeParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 145 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/LocationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'otherLineInfo' needs "this.". 144 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/LongValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 140 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/SDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseStratumIndex' needs "SDE.this.". 103 27
    # warning RequireThis Reference to instance variable 'sdePos' needs "this.". 274 33
    # warning RequireThis Reference to instance variable 'stratumIndex' needs "this.". 588 28
    # warning RequireThis Reference to instance variable 'stratumIndex' needs "this.". 641 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/ShortValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 118 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/TargetVM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlRequest' needs "this.". 355 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/com/sun/tools/jdi/VMState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastResumeCommandId' needs "this.". 100 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/AWTEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 144 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 147 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 147 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/BorderLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'center' needs "this.". 479 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 481 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 483 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 485 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 487 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 490 21
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 492 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 494 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 496 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 575 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 577 26
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 580 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 582 26
    # warning RequireThis Reference to instance variable 'center' needs "this.". 585 22
    # warning RequireThis Reference to instance variable 'center' needs "this.". 609 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 611 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 613 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 617 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 619 28
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 623 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 625 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 860 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 862 26
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 866 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 868 26
    # warning RequireThis Reference to instance variable 'center' needs "this.". 872 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Button.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 342 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Checkbox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 512 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/CheckboxMenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 319 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Choice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 563 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Color.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frgbvalue' needs "this.". 468 18
    # warning RequireThis Reference to instance variable 'frgbvalue' needs "this.". 496 18
    # warning RequireThis Reference to instance variable 'fvalue' needs "this.". 1120 17
    # warning RequireThis Reference to instance variable 'fvalue' needs "this.". 1164 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Component.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropTarget' needs "this.". 1085 19
    # warning RequireThis Reference to instance variable 'dropTarget' needs "this.". 1090 20
    # warning RequireThis Reference to instance variable 'font' needs "this.". 1888 23
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 2639 23
    # warning RequireThis Reference to instance variable 'minSize' needs "this.". 2709 23
    # warning RequireThis Reference to instance variable 'width' needs "this.". 4628 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 4628 60
    # warning RequireThis Reference to instance variable 'componentListener' needs "this.". 5992 17
    # warning RequireThis Reference to instance variable 'focusListener' needs "this.". 5994 17
    # warning RequireThis Reference to instance variable 'hierarchyListener' needs "this.". 5996 17
    # warning RequireThis Reference to instance variable 'hierarchyBoundsListener' needs "this.". 5998 17
    # warning RequireThis Reference to instance variable 'keyListener' needs "this.". 6000 17
    # warning RequireThis Reference to instance variable 'mouseListener' needs "this.". 6002 17
    # warning RequireThis Reference to instance variable 'mouseMotionListener' needs "this.". 6004 17
    # warning RequireThis Reference to instance variable 'mouseWheelListener' needs "this.". 6006 17
    # warning RequireThis Reference to instance variable 'inputMethodListener' needs "this.". 6008 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Container.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'containerListener' needs "this.". 2196 17
    # warning RequireThis Reference to instance variable 'focusTraversalPolicyProvider' needs "this.". 3480 27
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4520 46
    # warning RequireThis Reference to instance variable 'mouseEventTarget' needs "this.". 4541 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4605 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4840 47
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4885 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 176 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/DefaultKeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'after' needs "this.". 101 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Dialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1375 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Dimension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 221 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Event.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 843 30
    # warning RequireThis Reference to instance variable 'key' needs "this.". 845 30
    # warning RequireThis Reference to instance variable 'target' needs "this.". 857 33
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 860 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/EventDispatchThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 272 41
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 283 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/EventQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 1092 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/FileDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dir' needs "this.". 575 27
    # warning RequireThis Reference to instance variable 'file' needs "this.". 576 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/FlowLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 624 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Font.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pointSize' needs "this.". 1114 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Frame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuBar' needs "this.". 1003 22
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1065 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/GradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 227 30
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 227 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullScreenWindow' needs "this.". 358 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/GridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 452 109
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 453 114
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 461 146
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 462 114

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Insets.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'top' needs "this.". 151 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/JobAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toPage' needs "this.". 590 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 591 24
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 592 24
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 623 39
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 654 39
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 790 21
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 790 39
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 929 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 930 22
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 931 22
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 1014 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/KeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 2181 59
    # warning RequireThis Reference to instance variable 'heavyweight' needs "this.". 2243 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/LinearGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dgdX' needs "this.". 155 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/List.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multipleMode' needs "this.". 717 18
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 1017 17
    # warning RequireThis Reference to instance variable 'itemListener' needs "this.". 1019 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/MediaTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 363 15
    # warning RequireThis Reference to instance variable 'head' needs "this.". 592 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Menu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tearOff' needs "this.". 562 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/MenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 606 17
    # warning RequireThis Reference to instance variable 'label' needs "this.". 683 34
    # warning RequireThis Reference to instance variable 'shortcut' needs "this.". 685 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/MenuShortcut.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 202 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/ModalEventFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 97 22
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 112 28
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 147 26
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 171 30
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 205 26
    # warning RequireThis Reference to instance variable 'documentRoot' needs "this.". 208 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/MultipleGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fastGradientArraySize' needs "this.". 564 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Polygon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 213 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 408 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 469 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/RadialGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 133 41
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 133 64
    # warning RequireThis Reference to instance variable 'radius' needs "this.". 137 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 159 24
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'isNonCyclic' needs "this.". 176 30
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 337 36
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 337 58
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 353 37
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 387 26
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 389 33
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 390 33
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 391 39
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 394 34
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 394 49
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 408 39
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 418 32
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 421 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Rectangle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 932 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/ScrollPaneAdjustable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 202 53
    # warning RequireThis Reference to instance variable 'unitIncrement' needs "this.". 251 18
    # warning RequireThis Reference to instance variable 'visibleAmount' needs "this.". 343 35
    # warning RequireThis Reference to instance variable 'value' needs "this.". 345 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Scrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 948 24
    # warning RequireThis Reference to instance variable 'adjustmentListener' needs "this.". 1057 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/TextComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionStart' needs "this.". 535 24
    # warning RequireThis Reference to instance variable 'textListener' needs "this.". 639 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/TextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionListener' needs "this.". 549 17
    # warning RequireThis Reference to instance variable 'echoChar' needs "this.". 633 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/TexturePaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incXAcross' needs "this.". 222 35
    # warning RequireThis Reference to instance variable 'incXDown' needs "this.". 222 52
    # warning RequireThis Reference to instance variable 'incYAcross' needs "this.". 223 35
    # warning RequireThis Reference to instance variable 'incYDown' needs "this.". 223 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/TrayIcon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'peer' needs "this.". 703 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/WaitDispatchSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 194 30
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 196 53
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 200 62
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 249 44
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 315 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/Window.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'windowFocusListener' needs "this.". 1951 17
    # warning RequireThis Reference to instance variable 'windowStateListener' needs "this.". 1953 17
    # warning RequireThis Reference to instance variable 'windowListener' needs "this.". 1955 17
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentX' needs "this.". 3996 29
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentY' needs "this.". 3997 29
    # warning RequireThis Reference to instance variable 'securityWarningWidth' needs "this.". 4001 21
    # warning RequireThis Reference to instance variable 'securityWarningHeight' needs "this.". 4004 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/datatransfer/DataFlavor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mimeType' needs "this.". 1367 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/dnd/DragSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listener' needs "this.". 690 17
    # warning RequireThis Reference to instance variable 'motionListener' needs "this.". 692 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/dnd/DragSourceDragEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gestureModifiers' needs "this.". 207 35
    # warning RequireThis Reference to instance variable 'gestureModifiers' needs "this.". 224 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/dnd/DropTarget.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 210 20
    # warning RequireThis Reference to instance variable 'componentPeer' needs "this.". 216 27
    # warning RequireThis Reference to instance variable 'active' needs "this.". 283 25
    # warning RequireThis Reference to instance variable 'componentPeer' needs "this.". 503 21
    # warning RequireThis Reference to instance variable 'locn' needs "this.". 717 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/event/HierarchyEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 298 44
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 301 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/event/MouseWheelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wheelRotation' needs "this.". 424 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/CharArrayIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 140 21
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 170 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/GlyphMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'advanceX' needs "this.". 215 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/ImageGraphicAttribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 130 41
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 164 45
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 164 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/LineBreakMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 353 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 354 32
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 361 37
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 362 30
    # warning RequireThis Reference to instance variable 'start' needs "this.". 364 82
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 376 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 384 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 387 38
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 439 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 441 32
    # warning RequireThis Reference to instance variable 'start' needs "this.". 475 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 475 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/NumericShaper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'end' needs "this.". 366 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/StyledParagraph.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 272 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 295 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 314 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/TextHitInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'charIndex' needs "this.". 128 32
    # warning RequireThis Reference to instance variable 'charIndex' needs "this.". 173 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/TextJustifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 111 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 178 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 181 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/TextLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 699 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 708 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1132 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1136 26
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1249 39
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1339 32
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1362 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1364 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1383 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1417 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1444 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1530 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1582 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1617 45
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1624 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1849 35
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1854 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1876 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2117 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2129 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2205 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2205 60
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2289 50
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2332 89
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2339 65
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2395 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2406 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2507 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2547 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/TextLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 539 30
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 582 56
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 587 60
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 592 61
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 606 42
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 885 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/font/TextMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 292 51
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 498 21
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 498 48
    # warning RequireThis Reference to instance variable 'layoutCount' needs "this.". 510 62
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 558 34
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 561 30
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 562 31
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 587 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 588 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 612 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 613 34
    # warning RequireThis Reference to instance variable 'formattedChars' needs "this.". 634 49
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 672 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 676 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 677 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 731 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 735 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 736 38
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 738 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/AffineTransform.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 892 23
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 892 36
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 892 49
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 892 62
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 929 27
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 930 27
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 957 27
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 958 27
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1049 26
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1049 38
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1052 28
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1055 26
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1256 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1256 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1257 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1257 35
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1266 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1266 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1267 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1267 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1274 24
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1275 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1284 24
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1285 24
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1292 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1293 24
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1302 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1303 24
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1310 24
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1311 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1343 15
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1345 14
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1346 15
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1381 14
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1423 22
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1424 22
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1427 22
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1428 22
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1505 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1506 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1509 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1510 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1599 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1599 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1600 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1600 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1604 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1604 61
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1605 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1605 61
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1609 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1609 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1610 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1610 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1715 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1716 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1720 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1721 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1877 36
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1964 36
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2314 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2317 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2361 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2362 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2367 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2368 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2377 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2382 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2390 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2395 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2526 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2530 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2534 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2549 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2550 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2559 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2560 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2564 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2565 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2571 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2572 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2581 18
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2585 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2591 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2592 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2601 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2605 18
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2611 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2612 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2666 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2666 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2673 47
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2673 59
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2674 47
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2674 59
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2679 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2679 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2692 59
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2693 47
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2700 57
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2701 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2708 47
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2709 59
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2716 46
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2717 57
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2763 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2763 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2763 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2764 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2764 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2764 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2778 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2778 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2779 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2779 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2793 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2793 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2794 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2794 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2806 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2807 19
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2819 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2819 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2820 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2820 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2832 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2833 19
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2898 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2898 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2899 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2899 45
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2902 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2902 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2902 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2902 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2905 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2905 50
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2908 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2908 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2911 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2911 50
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2914 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2914 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2917 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2917 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2982 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2982 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2983 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2983 47
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2986 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2986 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2986 56
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2986 66
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2989 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2989 52
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2992 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2992 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2995 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2995 52
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2998 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2998 46
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3001 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3001 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3058 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3058 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3058 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3059 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3059 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3059 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3068 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3068 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3069 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3069 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3078 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3078 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3079 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3079 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3087 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3087 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3095 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3095 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3096 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3096 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3103 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3103 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3110 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3110 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3173 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3173 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3173 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3174 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3174 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3174 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3183 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3183 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3184 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3184 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3193 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3193 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3194 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3194 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3202 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3202 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3210 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3210 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3211 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3211 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3218 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3218 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3225 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3225 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3269 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3269 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3269 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3270 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3270 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3270 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3279 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3279 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3280 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3280 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3289 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3289 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3290 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3290 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3298 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3298 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3306 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3306 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3307 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3307 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3314 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3314 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3321 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3321 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3365 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3365 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3365 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3366 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3366 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3366 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3375 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3375 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3376 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3376 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3385 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3385 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3386 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3386 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3394 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3394 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3402 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3402 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3403 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3403 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3410 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3410 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3417 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3417 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3472 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3473 18
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3476 32
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3476 44
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3481 36
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3481 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3482 36
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3482 46
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3485 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3486 18
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3492 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3492 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3495 18
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3496 18
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3502 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3502 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3505 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3505 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3567 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3567 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3567 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3568 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3568 30
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3568 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3582 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3582 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3583 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3583 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3597 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3597 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3598 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3598 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3609 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3609 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3620 19
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3620 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3621 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3621 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3631 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3631 30
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3641 19
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3641 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3701 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3701 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3701 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3701 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3705 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3705 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3709 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3709 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3777 19
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3777 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3778 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3778 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3788 19
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3788 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3797 19
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3797 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/ArcIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 62 51
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 224 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 225 36
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 240 18
    # warning RequireThis Reference to instance variable 'w' needs "this.". 245 41
    # warning RequireThis Reference to instance variable 'h' needs "this.". 246 41
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 284 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 285 36
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 300 18
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 32
    # warning RequireThis Reference to instance variable 'h' needs "this.". 306 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/Area.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thiscurve' needs "this.". 689 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/FlatteningPathIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'curx' needs "this.". 219 24
    # warning RequireThis Reference to instance variable 'cury' needs "this.". 220 24
    # warning RequireThis Reference to instance variable 'movx' needs "this.". 226 20
    # warning RequireThis Reference to instance variable 'movy' needs "this.". 227 20
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 232 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 245 28
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 277 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 292 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/Line2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 195 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 196 21
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 197 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 199 21
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 202 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 203 21
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 204 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 206 21
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 207 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 347 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 348 21
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 349 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 351 21
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 352 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 354 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 355 21
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 356 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 358 21
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 359 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/Path2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 254 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 482 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 560 60
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 1078 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1207 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1285 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/geom/Point2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'x' needs "this.". 216 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/AffineTransformOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'interpolationType' needs "this.". 544 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/AreaAveragingScaleFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedy' needs "this.". 147 18
    # warning RequireThis Reference to instance variable 'savedyrem' needs "this.". 148 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/BandCombineOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 88 27
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 173 39
    # warning RequireThis Reference to instance variable 'ncols' needs "this.". 175 43
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 191 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/BufferedImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 129 28
    # warning RequireThis Reference to instance variable 'width' needs "this.". 204 24
    # warning RequireThis Reference to instance variable 'height' needs "this.". 207 45
    # warning RequireThis Reference to instance variable 'width' needs "this.". 216 31
    # warning RequireThis Reference to instance variable 'height' needs "this.". 294 45
    # warning RequireThis Reference to instance variable 'width' needs "this.". 300 24
    # warning RequireThis Reference to instance variable 'width' needs "this.". 305 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'height' needs "this.". 411 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/ColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1075 25
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1079 41
    # warning RequireThis Reference to instance variable 'isAlphaPremultiplied' needs "this.". 1082 30
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1083 57
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1084 31
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1089 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1093 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1171 25
    # warning RequireThis Reference to instance variable 'isAlphaPremultiplied' needs "this.". 1178 30
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1180 56
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1183 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1189 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1193 39
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1196 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1473 33
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1501 33
    # warning RequireThis Reference to instance variable 'pixel_bits' needs "this.". 1673 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/ComponentColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signed' needs "this.". 501 28
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1129 33
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1209 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1308 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1388 45
    # warning RequireThis Reference to instance variable 'is_LinearRGB_stdScale' needs "this.". 1475 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/ComponentSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 481 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 481 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 498 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 498 43
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 511 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 627 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 627 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 748 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 748 48
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 749 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 787 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 787 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 793 33
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 797 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 799 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 823 37
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 823 56
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 848 44
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 848 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 873 46
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 873 65
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 907 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 907 47
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 915 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 917 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 967 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 967 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1041 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1041 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1042 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1073 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1073 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1079 33
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1083 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1085 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1109 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1109 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1133 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1133 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1158 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1158 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1183 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1183 47
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1190 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1192 26
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1221 17
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1233 17
    # warning RequireThis Reference to instance variable 'numBanks' needs "this.". 1235 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1237 17
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1239 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/CropImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 119 18
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 120 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 123 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 124 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 127 18
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 128 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 132 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 133 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 159 18
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 160 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 163 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 164 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 167 18
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 168 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 178 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 178 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/DirectColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lRGBprecision' needs "this.". 338 43
    # warning RequireThis Reference to instance variable 'is_LinearRGB' needs "this.". 454 24
    # warning RequireThis Reference to instance variable 'is_LinearRGB' needs "this.". 780 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/IndexColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 665 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 678 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 691 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 704 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 725 35
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 780 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 795 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 810 28
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 823 29
    # warning RequireThis Reference to instance variable 'pixel_mask' needs "this.". 838 28
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 914 33
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 948 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 958 35
    # warning RequireThis Reference to instance variable 'transparent_index' needs "this.". 984 19
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 994 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 1478 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/MemoryImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 456 21
    # warning RequireThis Reference to instance variable 'height' needs "this.". 457 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 253 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 362 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 363 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 392 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 393 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 393 52
    # warning RequireThis Reference to instance variable 'bitMask' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 459 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 475 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 476 44
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 491 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 492 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 507 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 508 43
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 544 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 545 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 545 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 599 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 600 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 600 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 647 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 648 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 648 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 686 17
    # warning RequireThis Reference to instance variable 'bitMask' needs "this.". 688 17
    # warning RequireThis Reference to instance variable 'pixelsPerDataElement' needs "this.". 690 17
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 692 17
    # warning RequireThis Reference to instance variable 'dataBitOffset' needs "this.". 694 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 696 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/PixelGrabber.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 368 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 371 29
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 377 40
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 378 23
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 431 27
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 444 19
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 474 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 483 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 484 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 489 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 498 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 499 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 504 39
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 504 65
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 507 46
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 508 27
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 518 31
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 561 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 570 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 571 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 576 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 585 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 586 28
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 593 44
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 594 27
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 601 39
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 601 65
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 606 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/RGBImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 264 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/Raster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1108 20
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1112 20
    # warning RequireThis Reference to instance variable 'sampleModel' needs "this.". 1337 30
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1466 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1467 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1500 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1501 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1519 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1520 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1539 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1540 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1558 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1559 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1580 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1581 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1603 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1604 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1626 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1627 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1648 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1649 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1669 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1670 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1690 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1691 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1716 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1717 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1743 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1744 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1769 44
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1770 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/ReplicateScaleFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 152 29
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 153 30
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 155 40
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 158 38
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 166 65
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 169 30
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 170 63
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 193 61
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 194 63
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 234 61
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 235 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/RescaleOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'dstNbits' needs "this.". 283 29
    # warning RequireThis Reference to instance variable 'srcNbits' needs "this.". 298 29
    # warning RequireThis Reference to instance variable 'srcNbits' needs "this.". 508 34
    # warning RequireThis Reference to instance variable 'dstNbits' needs "this.". 509 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/SampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 246 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 711 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 742 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 787 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 835 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 883 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 985 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 986 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1034 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1035 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1083 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1084 37
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1119 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1139 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1158 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1193 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1231 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1269 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxBitSize' needs "this.". 181 27
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 270 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 381 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 395 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 409 41
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 441 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 479 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 490 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 514 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 547 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 556 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 609 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 643 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 677 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 691 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 714 36
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 717 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 741 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 752 26
    # warning RequireThis Reference to instance variable 'maxBitSize' needs "this.". 796 17
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 798 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/beans/EventHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'action' needs "this.". 479 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/beans/XMLEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indentation' needs "this.". 584 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'beanContext' needs "this.". 101 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/beans/beancontext/BeanContextServicesSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delegateProvider' needs "this.". 213 31
    # warning RequireThis Reference to instance variable 'serviceProvider' needs "this.". 220 31
    # warning RequireThis Reference to instance variable 'delegateRefs' needs "this.". 274 50
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1164 39
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1181 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/beans/beancontext/BeanContextSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 957 43
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 975 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/BufferedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 219 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 229 53
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 231 27
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 232 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 245 17
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 248 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 264 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 266 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 277 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 287 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 372 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 381 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 409 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 426 19
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 449 15
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 478 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/BufferedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedChar' needs "this.". 135 36
    # warning RequireThis Reference to instance variable 'readAheadLimit' needs "this.". 136 26
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 181 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 183 37
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 203 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 214 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 219 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 221 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 225 40
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 318 42
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 323 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 325 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 342 26
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 342 40
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 350 29
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 410 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 412 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 420 35
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 428 32
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 454 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 457 32
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 463 32
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 497 26
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 498 28
    # warning RequireThis Reference to instance variable 'markedChar' needs "this.". 515 24
    # warning RequireThis Reference to instance variable 'markedSkipLF' needs "this.". 516 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/BufferedWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 142 29
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 183 24
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 194 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 198 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 225 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 229 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/ByteArrayInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 144 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 183 20
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 212 26
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 232 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 262 16
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 271 15

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/CharArrayReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 103 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 130 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 134 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 180 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 206 25
    # warning RequireThis Reference to instance variable 'markedPos' needs "this.". 219 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/Console.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 434 37
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 457 47
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 465 39
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 476 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 484 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 495 44
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 501 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/ExpiringCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'millisUntilExpiration' needs "this.". 106 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/File.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 455 21
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 474 21
    # warning RequireThis Reference to instance variable 'filePath' needs "this.". 2232 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/LineNumberInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 260 26
    # warning RequireThis Reference to instance variable 'pushBack' needs "this.". 261 26
    # warning RequireThis Reference to instance variable 'markLineNumber' needs "this.". 289 22
    # warning RequireThis Reference to instance variable 'markPushBack' needs "this.". 290 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/LineNumberReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 263 32
    # warning RequireThis Reference to instance variable 'skipLF' needs "this.". 264 32
    # warning RequireThis Reference to instance variable 'markedLineNumber' needs "this.". 278 26
    # warning RequireThis Reference to instance variable 'markedSkipLF' needs "this.". 279 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/ObjectInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableResolve' needs "this.". 776 23
    # warning RequireThis Reference to instance variable 'depth' needs "this.". 2025 57
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2423 30
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2555 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2571 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2584 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2617 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2634 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2640 62
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2656 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2678 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2704 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2710 49
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2786 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2798 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2810 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2822 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2834 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2846 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2858 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2891 34
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2895 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2912 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2916 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2934 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2938 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2956 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2960 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2977 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2981 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2998 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3002 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3019 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3023 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3053 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3086 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 3375 23
    # warning RequireThis Reference to instance variable 'size' needs "this.". 3500 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/ObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableReplace' needs "this.". 614 23
    # warning RequireThis Reference to instance variable 'blkmode' needs "this.". 1840 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1857 63
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1987 65
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2025 69
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2037 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2054 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2071 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2088 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2104 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2121 51
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 2278 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2337 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/ObjectStreamClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'externalizable' needs "this.". 640 39
    # warning RequireThis Reference to instance variable 'suid' needs "this.". 692 69
    # warning RequireThis Reference to instance variable 'numObjFields' needs "this.". 1313 29
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1937 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1988 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 2080 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/PipedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 203 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'in' needs "this.". 233 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 235 29
    # warning RequireThis Reference to instance variable 'in' needs "this.". 240 48
    # warning RequireThis Reference to instance variable 'closedByReader' needs "this.". 259 38
    # warning RequireThis Reference to instance variable 'out' needs "this.". 267 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 335 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 387 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 388 67
    # warning RequireThis Reference to instance variable 'out' needs "this.". 405 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 429 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 431 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 432 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/PipedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'closedByReader' needs "this.". 171 38
    # warning RequireThis Reference to instance variable 'out' needs "this.". 178 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 320 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/PushbackInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 231 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/PushbackReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 177 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/StreamTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 643 35
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 700 27
    # warning RequireThis Reference to instance variable 'slashStarCommentsP' needs "this.". 706 49
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 803 19
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 806 26
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 820 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/StringBufferInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 92 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 20
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 122 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 147 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 162 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/StringReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 70 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 99 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 128 40
    # warning RequireThis Reference to instance variable 'next' needs "this.". 175 20
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 188 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/StringWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 51 16
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 70 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/io/Writer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'writeBuffer' needs "this.". 187 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/AbstractStringBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 209 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 236 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 265 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 292 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 318 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 357 39
    # warning RequireThis Reference to instance variable 'count' needs "this.". 379 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 730 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 731 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 796 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 825 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 830 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 831 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 905 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/Class.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descriptor' needs "this.". 1089 72
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2728 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2763 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2778 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/ClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultDomain' needs "this.". 662 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/ClassValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheLoadLimit' needs "this.". 604 30
    # warning RequireThis Reference to instance variable 'cacheLoadLimit' needs "this.". 610 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkgName' needs "this.". 369 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/StackTraceElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 175 21
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 176 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/ThreadGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 268 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 346 22
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 347 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 442 35
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 480 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 575 35
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 638 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 641 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 694 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 703 31
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 742 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 745 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 780 31
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 835 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 967 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 997 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 1003 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/ThreadLocal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 483 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implDefiningClass' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 197 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/Invokers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 117 26
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 232 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/LambdaForm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 268 29
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 305 20
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 705 28
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 714 22
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 716 22
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 718 21
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 741 33
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 795 34
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 878 23
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 884 24
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 918 35
    # warning RequireThis Reference to instance variable 'arity' needs "this.". 950 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/MemberName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 154 70
    # warning RequireThis Reference to instance variable 'type' needs "this.". 214 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/MethodHandle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 762 24
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1291 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/MethodHandles.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lookupClass' needs "this.". 1413 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/invoke/MethodTypeForm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'basicType' needs "this.". 99 30
    # warning RequireThis Reference to instance variable 'erasedType' needs "this.". 99 60
    # warning RequireThis Reference to instance variable 'erasedType' needs "this.". 385 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/management/MemoryUsage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'init' needs "this.". 241 32
    # warning RequireThis Reference to instance variable 'used' needs "this.". 242 32
    # warning RequireThis Reference to instance variable 'committed' needs "this.". 243 37
    # warning RequireThis Reference to instance variable 'max' needs "this.". 245 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/lang/reflect/Parameter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modifiers' needs "this.". 130 17
    # warning RequireThis Reference to instance variable 'index' needs "this.". 180 28
    # warning RequireThis Reference to instance variable 'declaredAnnotations' needs "this.". 339 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/math/BigDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intVal' needs "this.". 3840 23
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3924 28
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3927 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/math/BigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1222 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1241 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1423 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 3505 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/math/BitSieve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/math/MathContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 300 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/math/MutableBigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 164 63
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 269 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 295 55
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 335 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 354 46
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 356 21
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 395 32
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 400 32
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 423 26
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 491 50
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 498 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 507 22
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 591 31
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 596 39
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 597 30
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 600 31
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 679 27
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 679 51
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 695 42
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 700 20
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 715 44
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 718 68
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 718 87
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 750 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 759 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 759 65
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 761 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 814 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 823 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 823 65
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 826 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 873 22
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 874 39
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1028 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1061 45
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1119 37
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1405 27
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1411 24
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1415 24
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1419 57
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1419 81
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 2031 43
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 2038 36
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 2040 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/AbstractPlainSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET' needs "this.". 634 35
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET_PENDING' needs "this.". 640 35
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET' needs "this.". 646 26
    # warning RequireThis Reference to instance variable 'CONNECTION_NOT_RESET' needs "this.". 652 31
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET_PENDING' needs "this.". 653 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/DatagramPacket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 376 23
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 377 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/HttpCookie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxAge' needs "this.". 237 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/NetworkInterface.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 141 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 149 29
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 565 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/ServerSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 618 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/Socket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 1582 29
    # warning RequireThis Reference to instance variable 'oldImpl' needs "this.". 1599 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/SocketPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'untrusted' needs "this.". 616 24
    # warning RequireThis Reference to instance variable 'wildcard' needs "this.". 1082 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/URI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 1468 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/net/URL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 593 70
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 1248 58
    # warning RequireThis Reference to instance variable 'file' needs "this.". 1281 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/Buffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 243 28
    # warning RequireThis Reference to instance variable 'position' needs "this.". 246 20
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 274 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 277 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 277 42
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 278 20
    # warning RequireThis Reference to instance variable 'position' needs "this.". 288 16
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 330 17
    # warning RequireThis Reference to instance variable 'position' needs "this.". 357 17
    # warning RequireThis Reference to instance variable 'position' needs "this.". 391 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 402 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 499 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 505 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 520 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 526 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 539 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/CharBufferSpliterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 57 37
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 80 35
    # warning RequireThis Reference to instance variable 'index' needs "this.". 89 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/channels/spi/AbstractSelectableChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyCount' needs "this.". 112 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/charset/MalformedInputException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 67 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/charset/UnmappableCharacterException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 67 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/file/FileTreeWalker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 287 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/nio/file/attribute/FileTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 248 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/AccessControlContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'privilegedContext' needs "this.". 312 19
    # warning RequireThis Reference to instance variable 'privilegedContext' needs "this.". 544 19
    # warning RequireThis Reference to instance variable 'context' needs "this.". 616 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/CodeSigner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 161 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/Identity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'info' needs "this.". 444 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 288 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 573 52
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 598 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/KeyRep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 182 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protection' needs "FileBuilder.this.". 1819 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/Provider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 205 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 207 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 224 37
    # warning RequireThis Reference to instance variable 'name' needs "this.". 240 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 242 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 317 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 319 36
    # warning RequireThis Reference to instance variable 'name' needs "this.". 344 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 346 36
    # warning RequireThis Reference to instance variable 'name' needs "this.". 370 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 372 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 395 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 397 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 421 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 424 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 447 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 450 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 475 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 478 43
    # warning RequireThis Reference to instance variable 'name' needs "this.". 504 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 505 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 508 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 534 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 535 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 538 48
    # warning RequireThis Reference to instance variable 'name' needs "this.". 563 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 564 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 567 49
    # warning RequireThis Reference to instance variable 'name' needs "this.". 595 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 596 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 599 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 934 27
    # warning RequireThis Reference to instance variable 'servicesChanged' needs "this.". 1072 30
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1120 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1212 43
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1589 70
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1614 23
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1619 23
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1641 48
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1718 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/Signature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 1013 29
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 1052 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 146 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/UnresolvedPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 291 58
    # warning RequireThis Reference to instance variable 'type' needs "this.". 488 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/CertPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 227 26
    # warning RequireThis Reference to instance variable 'type' needs "this.". 291 56
    # warning RequireThis Reference to instance variable 'type' needs "this.". 337 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/Certificate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 280 33
    # warning RequireThis Reference to instance variable 'type' needs "this.". 302 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/CertificateRevokedException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reason' needs "this.". 174 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/CollectionCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'coll' needs "this.". 137 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/LDAPCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverName' needs "this.". 144 38
    # warning RequireThis Reference to instance variable 'port' needs "this.". 145 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/PKIXBuilderParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 195 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/PKIXCertPathBuilderResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPath' needs "this.". 112 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKey' needs "this.". 155 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/PKIXParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'revocationEnabled' needs "this.". 718 54
    # warning RequireThis Reference to instance variable 'explicitPolicyRequired' needs "this.". 719 52
    # warning RequireThis Reference to instance variable 'policyMappingInhibited' needs "this.". 720 52
    # warning RequireThis Reference to instance variable 'anyPolicyInhibited' needs "this.". 721 48
    # warning RequireThis Reference to instance variable 'policyQualifiersRejected' needs "this.". 722 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/PolicyQualifierInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mId' needs "this.". 166 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/X509CRLSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minCRL' needs "this.". 578 44
    # warning RequireThis Reference to instance variable 'maxCRL' needs "this.". 580 44
    # warning RequireThis Reference to instance variable 'dateAndTime' needs "this.". 582 43
    # warning RequireThis Reference to instance variable 'certChecking' needs "this.". 584 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/security/cert/X509CertSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKeyAlgID' needs "this.". 2238 23
    # warning RequireThis Reference to instance variable 'basicConstraints' needs "this.". 2575 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/sql/DriverManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driver' needs "this.". 722 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/sql/SQLException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 217 53
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 242 53
    # warning RequireThis Reference to instance variable 'firstException' needs "this.". 331 32
    # warning RequireThis Reference to instance variable 'cause' needs "this.". 335 32
    # warning RequireThis Reference to instance variable 'nextException' needs "this.". 339 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/sql/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 114 34
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 132 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/AttributedString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 457 27
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 462 24
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 468 25
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 478 33
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 820 29
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 828 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 836 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 845 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 854 28
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 854 53
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 878 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 884 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 889 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 890 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 897 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 902 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 907 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 908 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 919 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 925 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 930 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 931 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 938 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 943 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 948 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 949 32
    # warning RequireThis Reference to instance variable 'runCount' needs "AttributedString.this.". 976 28
    # warning RequireThis Reference to instance variable 'currentRunStart' needs "this.". 1010 28
    # warning RequireThis Reference to instance variable 'currentRunLimit' needs "this.". 1010 59
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1013 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1022 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1023 53
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1033 47
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1034 47
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1037 43
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1041 47
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1042 47
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1045 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/CalendarBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 75 21
    # warning RequireThis Reference to instance variable 'nextStamp' needs "this.". 117 54
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 118 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/CharacterIteratorFieldDelegate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 59 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/DecimalFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 580 23
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 693 19
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 1428 29
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 1440 33
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 1775 47
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 1820 26
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 2063 37
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 2066 38
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 2067 39
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 3034 25
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 3058 21
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 3064 42
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 3069 57
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 3070 46
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 3418 36
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 3419 36
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 3461 32
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 3462 39
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 3481 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 3482 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 3502 36
    # warning RequireThis Reference to instance variable 'minimumIntegerDigits' needs "this.". 3503 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 3523 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 3524 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 3544 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 3545 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/DecimalFormatSymbols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 664 29
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 690 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/DigitList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 192 33
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 203 46
    # warning RequireThis Reference to instance variable 'count' needs "this.". 207 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 210 82
    # warning RequireThis Reference to instance variable 'count' needs "this.". 240 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 249 25
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 257 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 344 25
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 383 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 401 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 451 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 500 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 509 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 516 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 553 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 586 55
    # warning RequireThis Reference to instance variable 'count' needs "this.". 594 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 717 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 729 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 758 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 762 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/MergeCollation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'BYTEPOWER' needs "this.". 227 41
    # warning RequireThis Reference to instance variable 'lastEntry' needs "this.". 246 63
    # warning RequireThis Reference to instance variable 'BYTEPOWER' needs "this.". 262 40
    # warning RequireThis Reference to instance variable 'BYTEMASK' needs "this.". 264 59
    # warning RequireThis Reference to instance variable 'saveEntry' needs "this.". 286 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/MessageFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 525 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 608 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 667 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 717 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 723 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 958 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 968 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 985 40
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1241 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/NumberFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 687 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 688 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 717 36
    # warning RequireThis Reference to instance variable 'minimumIntegerDigits' needs "this.". 718 36
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 747 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 748 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 777 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 778 37
    # warning RequireThis Reference to instance variable 'maxIntegerDigits' needs "this.". 916 36
    # warning RequireThis Reference to instance variable 'minIntegerDigits' needs "this.". 917 36
    # warning RequireThis Reference to instance variable 'maxFractionDigits' needs "this.". 918 37
    # warning RequireThis Reference to instance variable 'minFractionDigits' needs "this.". 919 37
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 921 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 922 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/SimpleDateFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 1509 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/text/StringCharacterIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 130 15
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 140 20
    # warning RequireThis Reference to instance variable 'end' needs "this.". 143 19
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 154 13
    # warning RequireThis Reference to instance variable 'end' needs "this.". 154 26
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 166 20
    # warning RequireThis Reference to instance variable 'end' needs "this.". 166 35
    # warning RequireThis Reference to instance variable 'end' needs "this.". 185 19
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 196 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/Clock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'zone' needs "this.". 486 37
    # warning RequireThis Reference to instance variable 'instant' needs "this.". 537 36
    # warning RequireThis Reference to instance variable 'baseClock' needs "this.". 587 37
    # warning RequireThis Reference to instance variable 'baseClock' needs "this.". 645 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/Duration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 579 27
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 1239 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/Instant.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 716 37
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 720 37
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 722 58
    # warning RequireThis Reference to instance variable 'seconds' needs "this.". 723 59
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 1315 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/LocalDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'year' needs "this.". 676 62
    # warning RequireThis Reference to instance variable 'year' needs "this.". 1035 82

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/LocalTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'second' needs "this.". 1453 18
    # warning RequireThis Reference to instance variable 'nano' needs "this.". 1467 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/Period.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'years' needs "this.". 837 27
    # warning RequireThis Reference to instance variable 'months' needs "this.". 837 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/Year.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'year' needs "this.". 499 58
    # warning RequireThis Reference to instance variable 'year' needs "this.". 626 81

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/YearMonth.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'year' needs "this.". 491 58
    # warning RequireThis Reference to instance variable 'year' needs "this.". 692 82

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/ZonedDateTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'zone' needs "this.". 2201 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/chrono/ChronoPeriodImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'years' needs "this.". 234 31
    # warning RequireThis Reference to instance variable 'months' needs "this.". 234 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/chrono/HijrahChronology.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxEpochDay' needs "this.". 549 44
    # warning RequireThis Reference to instance variable 'minEpochDay' needs "this.". 645 24
    # warning RequireThis Reference to instance variable 'maxEpochDay' needs "this.". 645 51
    # warning RequireThis Reference to instance variable 'hijrahStartEpochMonth' needs "this.". 800 30
    # warning RequireThis Reference to instance variable 'hijrahStartEpochMonth' needs "this.". 820 30
    # warning RequireThis Reference to instance variable 'typeId' needs "this.". 909 80
    # warning RequireThis Reference to instance variable 'typeId' needs "this.". 979 76
    # warning RequireThis Reference to instance variable 'typeId' needs "this.". 980 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/chrono/HijrahDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prolepticYear' needs "this.". 413 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/format/DateTimeFormatterBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'padWidth' needs "this.". 2264 23
    # warning RequireThis Reference to instance variable 'padWidth' needs "this.". 2285 37
    # warning RequireThis Reference to instance variable 'printerParser' needs "this.". 2306 29
    # warning RequireThis Reference to instance variable 'padChar' needs "this.". 2306 93
    # warning RequireThis Reference to instance variable 'literal' needs "this.". 2399 23
    # warning RequireThis Reference to instance variable 'literal' needs "this.". 2414 26
    # warning RequireThis Reference to instance variable 'field' needs "this.". 2551 56
    # warning RequireThis Reference to instance variable 'field' needs "this.". 2576 64
    # warning RequireThis Reference to instance variable 'maxWidth' needs "this.". 2613 75
    # warning RequireThis Reference to instance variable 'maxWidth' needs "this.". 2619 76
    # warning RequireThis Reference to instance variable 'subsequentWidth' needs "this.". 2662 68
    # warning RequireThis Reference to instance variable 'minWidth' needs "this.". 2685 37
    # warning RequireThis Reference to instance variable 'minWidth' needs "this.". 2689 36
    # warning RequireThis Reference to instance variable 'field' needs "this.". 2721 35
    # warning RequireThis Reference to instance variable 'maxWidth' needs "this.". 2723 29
    # warning RequireThis Reference to instance variable 'field' needs "this.". 2724 35
    # warning RequireThis Reference to instance variable 'field' needs "this.". 2726 31
    # warning RequireThis Reference to instance variable 'minWidth' needs "this.". 2927 41
    # warning RequireThis Reference to instance variable 'field' needs "this.". 3038 34
    # warning RequireThis Reference to instance variable 'field' needs "this.". 3133 34
    # warning RequireThis Reference to instance variable 'field' needs "this.". 3135 30
    # warning RequireThis Reference to instance variable 'fractionalDigits' needs "this.". 3209 41
    # warning RequireThis Reference to instance variable 'style' needs "this.". 3588 41
    # warning RequireThis Reference to instance variable 'cachedTree' needs "this.". 3699 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/format/DecimalStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'zeroDigit' needs "this.". 319 24
    # warning RequireThis Reference to instance variable 'positiveSign' needs "this.". 368 28
    # warning RequireThis Reference to instance variable 'zeroDigit' needs "this.". 379 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/format/Parsed.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveChrono' needs "this.". 244 18
    # warning RequireThis Reference to instance variable 'zone' needs "this.". 271 122
    # warning RequireThis Reference to instance variable 'date' needs "this.". 329 106
    # warning RequireThis Reference to instance variable 'chrono' needs "this.". 333 108
    # warning RequireThis Reference to instance variable 'time' needs "this.". 542 102
    # warning RequireThis Reference to instance variable 'excessDays' needs "this.". 545 111

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/temporal/ChronoField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'displayNameKey' needs "this.". 626 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/temporal/JulianFields.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 284 65
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 299 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/temporal/ValueRange.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minLargest' needs "this.". 204 31
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 204 60
    # warning RequireThis Reference to instance variable 'minLargest' needs "this.". 356 27
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 362 26
    # warning RequireThis Reference to instance variable 'minLargest' needs "this.". 398 35
    # warning RequireThis Reference to instance variable 'minLargest' needs "this.". 398 54
    # warning RequireThis Reference to instance variable 'maxSmallest' needs "this.". 398 73
    # warning RequireThis Reference to instance variable 'maxSmallest' needs "this.". 399 13
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 399 33
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 399 52
    # warning RequireThis Reference to instance variable 'minLargest' needs "this.". 417 28
    # warning RequireThis Reference to instance variable 'maxLargest' needs "this.". 421 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/temporal/WeekFields.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstDayOfWeek' needs "this.". 651 32
    # warning RequireThis Reference to instance variable 'rangeUnit' needs "this.". 767 78
    # warning RequireThis Reference to instance variable 'rangeUnit' needs "this.". 1096 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/time/zone/TzdbZoneRulesProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'versionId' needs "this.". 204 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/AbstractList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 375 31
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 378 36
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 427 36
    # warning RequireThis Reference to instance variable 'modCount' needs "AbstractList.this.". 441 36
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 635 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 641 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 652 21
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 660 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 49
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 699 68
    # warning RequireThis Reference to instance variable 'size' needs "this.". 754 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 759 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/ArrayDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 150 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 173 20
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 175 27
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 230 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 522 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 585 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 594 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 632 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 636 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 642 25
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 644 23
    # warning RequireThis Reference to instance variable 'tail' needs "ArrayDeque.this.". 654 25
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 685 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 689 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 694 25
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 696 23
    # warning RequireThis Reference to instance variable 'head' needs "ArrayDeque.this.". 705 25
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 869 33
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 922 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 960 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/ArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 297 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 301 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 506 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 512 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 542 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 624 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 637 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 645 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 704 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 710 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 716 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 718 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 746 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 775 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 794 34
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 831 30
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 838 22
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 854 26
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 875 45
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 885 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1131 53
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1154 34
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1168 53
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1311 23
    # warning RequireThis Reference to instance variable 'list' needs "this.". 1312 28
    # warning RequireThis Reference to instance variable 'list' needs "this.". 1349 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1350 27
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1355 26
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1356 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Base64.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'linemax' needs "this.". 413 29
    # warning RequireThis Reference to instance variable 'linemax' needs "this.". 781 28
    # warning RequireThis Reference to instance variable 'nextout' needs "this.". 903 47
    # warning RequireThis Reference to instance variable 'nextin' needs "this.". 941 83
    # warning RequireThis Reference to instance variable 'nextin' needs "this.". 963 31
    # warning RequireThis Reference to instance variable 'nextout' needs "this.". 968 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/BitSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 543 26
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 570 31
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 574 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 628 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 714 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 746 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 792 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 830 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 895 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 917 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 1077 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Calendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1500 80
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1517 89
    # warning RequireThis Reference to instance variable 'nextStamp' needs "this.". 1522 62
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 1523 50
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 1557 25
    # warning RequireThis Reference to instance variable 'areAllFieldsSet' needs "this.". 2354 32
    # warning RequireThis Reference to instance variable 'zone' needs "this.". 3476 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Collections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 5082 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 5114 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/DoubleSummaryStatistics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sumCompensation' needs "this.". 113 30
    # warning RequireThis Reference to instance variable 'sum' needs "this.". 115 37
    # warning RequireThis Reference to instance variable 'sumCompensation' needs "this.". 153 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/EnumMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 319 28
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 576 27
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 742 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/EnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 397 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/FormatFlagsConversionMismatchException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 82 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Formatter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 2963 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/GregorianCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 758 28
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 791 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 824 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 827 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 833 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 837 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1320 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1322 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1335 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1504 43
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1692 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1692 57
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1758 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1774 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1794 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1797 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1800 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1804 32
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1805 32
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2007 26
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2023 39
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2034 39
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2377 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2396 30
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2407 21
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2480 51
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2485 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2515 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2523 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2531 40
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2534 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2544 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2564 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2566 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2568 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2573 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2574 58
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2575 40
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2581 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2712 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2712 55
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2714 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2719 31
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2719 62
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2721 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2736 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2739 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2745 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2746 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2759 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2931 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2932 32
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2933 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2937 29
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3002 42
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3029 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3030 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3067 41
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3076 35
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3092 35
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3140 21
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3140 53
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3147 21
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 3150 22
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3187 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3187 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/HashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 506 25
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 509 26
    # warning RequireThis Reference to instance variable 'table' needs "this.". 568 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 627 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 815 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 860 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 877 20
    # warning RequireThis Reference to instance variable 'table' needs "HashMap.this.". 924 36
    # warning RequireThis Reference to instance variable 'table' needs "HashMap.this.". 968 36
    # warning RequireThis Reference to instance variable 'entrySet' needs "this.". 998 22
    # warning RequireThis Reference to instance variable 'table' needs "HashMap.this.". 1031 36
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 1095 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1095 40
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 1169 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1169 40
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 1224 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1224 40
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1276 32
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1292 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 1368 46
    # warning RequireThis Reference to instance variable 'modCount' needs "HashMap.this.". 1412 32
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1428 29
    # warning RequireThis Reference to instance variable 'table' needs "HashMap.this.". 1432 61
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1442 29
    # warning RequireThis Reference to instance variable 'modCount' needs "HashMap.this.". 1447 32
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1489 23
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1773 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Hashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 404 49
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 423 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 427 19
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 881 41
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 902 41
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 1179 39
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 1185 44
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 1353 47
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1366 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1376 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1386 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/IdentityHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 507 17
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 739 29
    # warning RequireThis Reference to instance variable 'index' needs "this.". 745 33
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 753 29
    # warning RequireThis Reference to instance variable 'modCount' needs "IdentityHashMap.this.". 787 36
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 854 27
    # warning RequireThis Reference to instance variable 'modCount' needs "IdentityHashMap.this.". 1041 50
    # warning RequireThis Reference to instance variable 'modCount' needs "IdentityHashMap.this.". 1127 50
    # warning RequireThis Reference to instance variable 'modCount' needs "IdentityHashMap.this.". 1250 50
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1404 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/IllegalFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 65 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/JapaneseImperialCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 1615 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2196 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/JumboEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unseenIndex' needs "this.". 137 33
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 138 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/LinkedHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 299 31
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 307 36
    # warning RequireThis Reference to instance variable 'head' needs "LinkedHashMap.this.". 699 20
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 710 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 723 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/LinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 414 22
    # warning RequireThis Reference to instance variable 'last' needs "this.". 416 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 509 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 533 38
    # warning RequireThis Reference to instance variable 'size' needs "this.". 541 39
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 879 30
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 884 32
    # warning RequireThis Reference to instance variable 'next' needs "this.". 892 28
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 927 25
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 955 32
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 955 64
    # warning RequireThis Reference to instance variable 'next' needs "this.". 957 32
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 965 29
    # warning RequireThis Reference to instance variable 'est' needs "this.". 1192 22
    # warning RequireThis Reference to instance variable 'list' needs "this.". 1193 28
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1209 31
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1229 44
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1245 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/MissingFormatArgumentException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 68 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/OptionalDouble.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 152 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 166 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/OptionalInt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 152 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 166 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/OptionalLong.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 152 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 166 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/PriorityQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 355 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 391 29
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 528 29
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 534 37
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 536 26
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 548 37
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 566 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 580 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 700 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 718 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 769 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 790 29
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 836 23
    # warning RequireThis Reference to instance variable 'pq' needs "this.". 856 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 857 27
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 862 26
    # warning RequireThis Reference to instance variable 'index' needs "this.". 863 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Properties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 433 30
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 505 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Random.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1011 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1017 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1066 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1072 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1122 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1128 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/RegularEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elements' needs "RegularEnumSet.this.". 92 22
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 104 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/ResourceBundle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 702 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Scanner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 429 37
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 480 37
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 487 36
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 489 38
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 491 38
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 497 42
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 499 42
    # warning RequireThis Reference to instance variable 'position' needs "this.". 741 32
    # warning RequireThis Reference to instance variable 'hasNextPosition' needs "this.". 777 20
    # warning RequireThis Reference to instance variable 'hasNextPosition' needs "this.". 787 20
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1200 38
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1203 38
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1206 38
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1209 38
    # warning RequireThis Reference to instance variable 'delimPattern' needs "this.". 1307 36
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1308 34
    # warning RequireThis Reference to instance variable 'matchValid' needs "this.". 1309 37
    # warning RequireThis Reference to instance variable 'needInput' needs "this.". 1310 36
    # warning RequireThis Reference to instance variable 'sourceClosed' needs "this.". 1311 39
    # warning RequireThis Reference to instance variable 'skipped' needs "this.". 1312 33
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 1313 41
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 1314 43
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1315 41
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1316 41
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1317 41
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1318 41
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 1319 36
    # warning RequireThis Reference to instance variable 'infinityString' needs "this.". 1320 41
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1609 44
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 2042 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/SimpleTimeZone.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 552 33
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 552 54
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 553 35
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 562 40
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 564 25
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 573 35
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 639 26
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 665 36
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 675 29
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 675 50
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 676 40
    # warning RequireThis Reference to instance variable 'cacheYear' needs "this.". 678 29
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 689 27
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 702 31
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 709 31
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 727 21
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 736 21
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 739 21
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 828 30
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 880 29
    # warning RequireThis Reference to instance variable 'startMonth' needs "this.". 1384 50
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 1388 49
    # warning RequireThis Reference to instance variable 'startDayOfWeek' needs "this.". 1406 59
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1412 69
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1416 48
    # warning RequireThis Reference to instance variable 'endMonth' needs "this.". 1431 48
    # warning RequireThis Reference to instance variable 'endTime' needs "this.". 1435 47
    # warning RequireThis Reference to instance variable 'endDayOfWeek' needs "this.". 1453 57
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1459 67
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1463 46
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 1537 26
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 1551 36
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 1554 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Spliterators.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 934 41
    # warning RequireThis Reference to instance variable 'array' needs "this.". 946 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 946 45
    # warning RequireThis Reference to instance variable 'index' needs "this.". 947 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 956 39
    # warning RequireThis Reference to instance variable 'index' needs "this.". 965 60
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1019 41
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1030 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1030 45
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1031 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1040 39
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1048 60
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1102 41
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1113 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1113 45
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1114 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1123 39
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1131 60
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1185 41
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1196 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1196 45
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1197 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1206 39
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1214 60
    # warning RequireThis Reference to instance variable 'it' needs "this.". 1770 22
    # warning RequireThis Reference to instance variable 'est' needs "this.". 1775 21
    # warning RequireThis Reference to instance variable 'it' needs "this.". 1797 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/SplittableRandom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gamma' needs "this.". 221 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 870 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 876 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 925 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 931 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 981 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 987 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/StringTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 249 41
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 257 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 272 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 275 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 280 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 288 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 292 27
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 324 31
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 348 32
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 422 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 424 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 637 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 664 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 702 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/TimerTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'period' needs "this.". 154 54
    # warning RequireThis Reference to instance variable 'period' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/TreeMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'comparator' needs "this.". 316 22
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 1003 37
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 1017 37
    # warning RequireThis Reference to instance variable 'modCount' needs "TreeMap.this.". 1193 32
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1206 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1217 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1227 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1231 24
    # warning RequireThis Reference to instance variable 'modCount' needs "TreeMap.this.". 1233 32
    # warning RequireThis Reference to instance variable 'modCount' needs "TreeMap.this.". 1279 32
    # warning RequireThis Reference to instance variable 'toEnd' needs "this.". 1498 34
    # warning RequireThis Reference to instance variable 'toEnd' needs "this.". 1502 34
    # warning RequireThis Reference to instance variable 'toEnd' needs "NavigableSubMap.this.". 1624 34
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1722 28
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2255 34
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2346 21
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2372 25
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2399 25
    # warning RequireThis Reference to instance variable 'est' needs "this.". 2687 22
    # warning RequireThis Reference to instance variable 'tree' needs "this.". 2688 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/UUID.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leastSigBits' needs "this.". 395 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/UnknownFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 66 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/Vector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 288 23
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 291 40
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 343 32
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 348 33
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 403 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 407 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 446 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 473 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 529 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 557 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 597 21
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 658 29
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 747 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 765 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 830 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 955 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 1093 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1132 30
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1139 26
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1154 22
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1172 49
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1183 29
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1364 23
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1386 35
    # warning RequireThis Reference to instance variable 'list' needs "this.". 1402 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1403 27
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1411 25
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1412 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/WeakHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 502 45
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 554 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 555 59
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 805 29
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 810 28
    # warning RequireThis Reference to instance variable 'nextKey' needs "this.". 812 26
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 820 29
    # warning RequireThis Reference to instance variable 'modCount' needs "WeakHashMap.this.". 824 32
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 1021 41
    # warning RequireThis Reference to instance variable 'modCount' needs "this.". 1043 41
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 1074 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ArrayBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'takeIndex' needs "this.". 198 28
    # warning RequireThis Reference to instance variable 'head' needs "this.". 868 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 881 25
    # warning RequireThis Reference to instance variable 'putIndex' needs "ArrayBlockingQueue.this.". 1100 26
    # warning RequireThis Reference to instance variable 'nextIndex' needs "this.". 1228 27
    # warning RequireThis Reference to instance variable 'putIndex' needs "ArrayBlockingQueue.this.". 1332 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/CompletableFuture.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'waiters' needs "this.". 181 21
    # warning RequireThis Reference to instance variable 'completions' needs "this.". 190 21
    # warning RequireThis Reference to instance variable 'result' needs "this.". 287 22
    # warning RequireThis Reference to instance variable 'result' needs "this.". 338 22
    # warning RequireThis Reference to instance variable 'executor' needs "this.". 1449 30
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1504 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1507 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1548 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1551 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1591 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1594 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1631 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1634 39
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1699 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1702 39
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1765 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1768 39
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1819 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1822 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1871 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1874 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1922 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1925 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1967 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 1971 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2022 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2026 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2066 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2070 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2224 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2259 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2291 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2318 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2627 18
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2631 25
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2905 22
    # warning RequireThis Reference to instance variable 'result' needs "this.". 2921 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ConcurrentHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 645 27
    # warning RequireThis Reference to instance variable 'val' needs "this.". 646 32
    # warning RequireThis Reference to instance variable 'table' needs "this.". 937 20
    # warning RequireThis Reference to instance variable 'table' needs "this.". 981 18
    # warning RequireThis Reference to instance variable 'keySet' needs "this.". 1231 22
    # warning RequireThis Reference to instance variable 'values' needs "this.". 1254 22
    # warning RequireThis Reference to instance variable 'entrySet' needs "this.". 1276 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1289 18
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1310 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1346 26
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1409 18
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1594 18
    # warning RequireThis Reference to instance variable 'table' needs "this.". 1605 18
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2078 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2090 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2225 23
    # warning RequireThis Reference to instance variable 'sizeCtl' needs "this.". 2226 23
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2230 32
    # warning RequireThis Reference to instance variable 'counterCells' needs "this.". 2258 19
    # warning RequireThis Reference to instance variable 'baseCount' needs "this.". 2259 56
    # warning RequireThis Reference to instance variable 'sizeCtl' needs "this.". 2275 37
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2275 56
    # warning RequireThis Reference to instance variable 'nextTable' needs "this.". 2280 58
    # warning RequireThis Reference to instance variable 'nextTable' needs "this.". 2302 31
    # warning RequireThis Reference to instance variable 'sizeCtl' needs "this.". 2303 26
    # warning RequireThis Reference to instance variable 'sizeCtl' needs "this.". 2326 22
    # warning RequireThis Reference to instance variable 'table' needs "this.". 2345 29
    # warning RequireThis Reference to instance variable 'nextTable' needs "this.". 2350 58
    # warning RequireThis Reference to instance variable 'transferIndex' needs "this.". 2393 39
    # warning RequireThis Reference to instance variable 'sizeCtl' needs "this.". 2414 61
    # warning RequireThis Reference to instance variable 'counterCells' needs "this.". 2534 23
    # warning RequireThis Reference to instance variable 'counterCells' needs "this.". 2543 43
    # warning RequireThis Reference to instance variable 'baseCount' needs "this.". 2600 64
    # warning RequireThis Reference to instance variable 'lockState' needs "this.". 2813 27
    # warning RequireThis Reference to instance variable 'lockState' needs "this.". 2840 31
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2850 39
    # warning RequireThis Reference to instance variable 'waiter' needs "this.". 2855 57
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2950 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3314 22
    # warning RequireThis Reference to instance variable 'baseLimit' needs "this.". 3320 34
    # warning RequireThis Reference to instance variable 'tab' needs "this.". 3320 52
    # warning RequireThis Reference to instance variable 'index' needs "this.". 3321 44
    # warning RequireThis Reference to instance variable 'baseSize' needs "this.". 3337 39
    # warning RequireThis Reference to instance variable 'stack' needs "this.". 3365 25
    # warning RequireThis Reference to instance variable 'baseSize' needs "this.". 3375 40
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 3399 22
    # warning RequireThis Reference to instance variable 'key' needs "this.". 3487 27
    # warning RequireThis Reference to instance variable 'val' needs "this.". 3488 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 4593 22
    # warning RequireThis Reference to instance variable 'value' needs "this.". 4612 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 4837 22
    # warning RequireThis Reference to instance variable 'baseLimit' needs "this.". 4843 34
    # warning RequireThis Reference to instance variable 'tab' needs "this.". 4843 52
    # warning RequireThis Reference to instance variable 'index' needs "this.". 4844 44
    # warning RequireThis Reference to instance variable 'baseSize' needs "this.". 4860 39
    # warning RequireThis Reference to instance variable 'stack' needs "this.". 4880 25
    # warning RequireThis Reference to instance variable 'baseSize' needs "this.". 4890 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ConcurrentLinkedDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 363 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 396 36
    # warning RequireThis Reference to instance variable 'head' needs "this.". 607 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 618 31
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 637 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 648 31
    # warning RequireThis Reference to instance variable 'head' needs "this.". 753 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 778 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1196 36
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1208 33
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 1344 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1412 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1442 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1459 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ConcurrentLinkedQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 349 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 352 42
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 548 29
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 561 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 564 42
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 694 23
    # warning RequireThis Reference to instance variable 'nextNode' needs "this.". 702 24
    # warning RequireThis Reference to instance variable 'current' needs "this.". 817 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 844 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 861 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ConcurrentSkipListMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 501 22
    # warning RequireThis Reference to instance variable 'head' needs "this.". 875 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1158 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1181 21
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2284 39
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2300 28
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2303 39
    # warning RequireThis Reference to instance variable 'lo' needs "this.". 2936 31
    # warning RequireThis Reference to instance variable 'loInclusive' needs "this.". 2937 37
    # warning RequireThis Reference to instance variable 'hi' needs "this.". 2947 29
    # warning RequireThis Reference to instance variable 'hiInclusive' needs "this.". 2948 35
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3111 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3130 32
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3144 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3163 43
    # warning RequireThis Reference to instance variable 'head' needs "this.". 3381 32
    # warning RequireThis Reference to instance variable 'head' needs "this.". 3468 32
    # warning RequireThis Reference to instance variable 'head' needs "this.". 3572 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1280 39
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1291 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1305 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1327 42
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1329 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1342 46
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1356 43
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1389 42
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1403 48
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1405 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1406 52
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1415 31
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1433 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1456 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1594 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/CountedCompleter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pending' needs "this.". 549 27
    # warning RequireThis Reference to instance variable 'completer' needs "this.". 635 18
    # warning RequireThis Reference to instance variable 'pending' needs "this.". 649 22
    # warning RequireThis Reference to instance variable 'completer' needs "this.". 675 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/CyclicBarrier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'parties' needs "this.". 181 17
    # warning RequireThis Reference to instance variable 'parties' needs "this.". 191 17
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 238 30
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 486 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/DelayQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 545 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/Exchanger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bound' needs "this.". 375 37
    # warning RequireThis Reference to instance variable 'slot' needs "this.". 461 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ForkJoinPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'top' needs "this.". 712 28
    # warning RequireThis Reference to instance variable 'top' needs "this.". 723 33
    # warning RequireThis Reference to instance variable 'array' needs "this.". 726 28
    # warning RequireThis Reference to instance variable 'array' needs "this.". 742 22
    # warning RequireThis Reference to instance variable 'pool' needs "this.". 746 26
    # warning RequireThis Reference to instance variable 'top' needs "this.". 765 22
    # warning RequireThis Reference to instance variable 'base' needs "this.". 765 34
    # warning RequireThis Reference to instance variable 'array' needs "this.". 786 22
    # warning RequireThis Reference to instance variable 'array' needs "this.". 807 22
    # warning RequireThis Reference to instance variable 'base' needs "this.". 823 25
    # warning RequireThis Reference to instance variable 'array' needs "this.". 823 49
    # warning RequireThis Reference to instance variable 'array' needs "this.". 866 22
    # warning RequireThis Reference to instance variable 'top' needs "this.". 866 45
    # warning RequireThis Reference to instance variable 'owner' needs "this.". 919 31
    # warning RequireThis Reference to instance variable 'array' needs "this.". 934 38
    # warning RequireThis Reference to instance variable 'top' needs "this.". 935 27
    # warning RequireThis Reference to instance variable 'base' needs "this.". 935 39
    # warning RequireThis Reference to instance variable 'base' needs "this.". 982 22
    # warning RequireThis Reference to instance variable 'array' needs "this.". 982 46
    # warning RequireThis Reference to instance variable 'top' needs "this.". 1010 29
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1010 46
    # warning RequireThis Reference to instance variable 'top' needs "this.". 1040 29
    # warning RequireThis Reference to instance variable 'array' needs "this.". 1040 46
    # warning RequireThis Reference to instance variable 'owner' needs "this.". 1065 27
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1286 24
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1327 32
    # warning RequireThis Reference to instance variable 'factory' needs "this.". 1336 32
    # warning RequireThis Reference to instance variable 'ueh' needs "this.". 1365 24
    # warning RequireThis Reference to instance variable 'indexSeed' needs "this.". 1367 64
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1371 20
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1376 23
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1417 24
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1434 38
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1441 36
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1443 31
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1530 23
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1532 39
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1538 42
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1540 28
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1543 28
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1572 29
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 1575 28
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1578 27
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1599 38
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1612 33
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1674 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1824 31
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 1902 19
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 1928 35
    # warning RequireThis Reference to instance variable 'factory' needs "this.". 1977 36
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2013 30
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2029 54
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2074 23
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2102 50
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2110 33
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2116 33
    # warning RequireThis Reference to instance variable 'plock' needs "this.". 2222 19
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2233 23
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2245 27
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2259 31
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2280 48
    # warning RequireThis Reference to instance variable 'ctl' needs "this.". 2372 35
    # warning RequireThis Reference to instance variable 'parallelism' needs "this.". 2673 24
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2719 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2769 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2791 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2810 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2827 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2845 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2874 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 2900 19
    # warning RequireThis Reference to instance variable 'workQueues' needs "this.". 3084 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ForkJoinTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 268 22
    # warning RequireThis Reference to instance variable 'status' needs "this.". 287 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 318 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 325 32
    # warning RequireThis Reference to instance variable 'status' needs "this.". 341 31
    # warning RequireThis Reference to instance variable 'status' needs "this.". 357 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 363 21
    # warning RequireThis Reference to instance variable 'status' needs "this.". 385 21
    # warning RequireThis Reference to instance variable 'status' needs "this.". 459 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 1026 18
    # warning RequireThis Reference to instance variable 'status' needs "this.". 1046 29
    # warning RequireThis Reference to instance variable 'status' needs "this.". 1069 34
    # warning RequireThis Reference to instance variable 'status' needs "this.". 1344 55
    # warning RequireThis Reference to instance variable 'status' needs "this.". 1366 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/FutureTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 320 17
    # warning RequireThis Reference to instance variable 'waiters' needs "this.". 366 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/LinkedBlockingDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 219 22
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 238 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 720 31
    # warning RequireThis Reference to instance variable 'next' needs "this.". 1114 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 1169 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/LinkedBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 285 26
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 451 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 476 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 499 18
    # warning RequireThis Reference to instance variable 'last' needs "this.". 700 20
    # warning RequireThis Reference to instance variable 'current' needs "this.". 828 27
    # warning RequireThis Reference to instance variable 'current' needs "this.". 879 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/LinkedTransferQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'item' needs "this.". 522 42
    # warning RequireThis Reference to instance variable 'head' needs "this.". 628 38
    # warning RequireThis Reference to instance variable 'head' needs "this.". 637 41
    # warning RequireThis Reference to instance variable 'head' needs "this.". 665 35
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 672 41
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 679 33
    # warning RequireThis Reference to instance variable 'head' needs "this.". 795 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 835 21
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 862 22
    # warning RequireThis Reference to instance variable 'lastPred' needs "this.". 864 27
    # warning RequireThis Reference to instance variable 'current' needs "this.". 951 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 979 23
    # warning RequireThis Reference to instance variable 'current' needs "this.". 997 23
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1107 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1132 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/Phaser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 468 33
    # warning RequireThis Reference to instance variable 'state' needs "this.". 503 21
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1044 32
    # warning RequireThis Reference to instance variable 'interruptible' needs "this.". 1120 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/PriorityBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 484 21
    # warning RequireThis Reference to instance variable 'queue' needs "this.". 484 46
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 896 23
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 969 23
    # warning RequireThis Reference to instance variable 'array' needs "this.". 985 22
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 987 23
    # warning RequireThis Reference to instance variable 'index' needs "this.". 988 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'removeOnCancel' needs "ScheduledThreadPoolExecutor.this.". 280 30
    # warning RequireThis Reference to instance variable 'continueExistingPeriodicTasksAfterShutdown' needs "this.". 309 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 901 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 933 39
    # warning RequireThis Reference to instance variable 'size' needs "this.". 936 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1154 37
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1271 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/SynchronousQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 247 31
    # warning RequireThis Reference to instance variable 'head' needs "this.". 306 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 367 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 497 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 619 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 681 30
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 711 30
    # warning RequireThis Reference to instance variable 'head' needs "this.". 711 56
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 792 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ThreadLocalRandom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 836 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 842 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 890 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 896 28
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 945 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 951 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thread' needs "this.". 650 41
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 910 35
    # warning RequireThis Reference to instance variable 'largestPoolSize' needs "this.". 942 33
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1055 60
    # warning RequireThis Reference to instance variable 'maximumPoolSize' needs "this.". 1057 23
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1586 18
    # warning RequireThis Reference to instance variable 'allowCoreThreadTimeOut' needs "this.". 1643 22
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1663 55
    # warning RequireThis Reference to instance variable 'completedTaskCount' needs "this.". 1901 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/atomic/DoubleAccumulator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'identity' needs "this.". 151 16
    # warning RequireThis Reference to instance variable 'identity' needs "this.". 173 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/atomic/LongAccumulator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'identity' needs "this.". 148 16
    # warning RequireThis Reference to instance variable 'identity' needs "this.". 170 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/atomic/Striped64.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cells' needs "this.". 225 23
    # warning RequireThis Reference to instance variable 'cells' needs "this.". 233 43
    # warning RequireThis Reference to instance variable 'base' needs "this.". 289 34
    # warning RequireThis Reference to instance variable 'cells' needs "this.". 312 23
    # warning RequireThis Reference to instance variable 'cells' needs "this.". 320 43
    # warning RequireThis Reference to instance variable 'base' needs "this.". 381 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 366 28
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 462 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 473 22
    # warning RequireThis Reference to instance variable 'head' needs "this.". 506 18
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 543 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 549 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 641 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 668 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 701 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 733 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 765 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 801 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1140 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1169 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1186 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1188 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1202 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1241 21
    # warning RequireThis Reference to instance variable 'lastWaiter' needs "this.". 1633 21
    # warning RequireThis Reference to instance variable 'firstWaiter' needs "this.". 1656 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 588 28
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 684 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 695 22
    # warning RequireThis Reference to instance variable 'head' needs "this.". 728 18
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 765 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 771 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 863 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 890 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 923 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 955 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 987 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1023 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1362 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1391 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1408 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1410 19
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1424 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1463 21
    # warning RequireThis Reference to instance variable 'lastWaiter' needs "this.". 1853 21
    # warning RequireThis Reference to instance variable 'firstWaiter' needs "this.". 1876 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/locks/ReentrantReadWriteLock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedHoldCounter' needs "this.". 516 34
    # warning RequireThis Reference to instance variable 'cachedHoldCounter' needs "this.". 537 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/concurrent/locks/StampedLock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 352 24
    # warning RequireThis Reference to instance variable 'state' needs "this.". 365 24
    # warning RequireThis Reference to instance variable 'wtail' needs "this.". 426 27
    # warning RequireThis Reference to instance variable 'state' needs "this.". 440 27
    # warning RequireThis Reference to instance variable 'state' needs "this.". 469 27
    # warning RequireThis Reference to instance variable 'state' needs "this.". 513 23
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 546 18
    # warning RequireThis Reference to instance variable 'state' needs "this.". 561 23
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 566 44
    # warning RequireThis Reference to instance variable 'state' needs "this.". 586 22
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 593 26
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 601 44
    # warning RequireThis Reference to instance variable 'state' needs "this.". 626 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 662 22
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 677 26
    # warning RequireThis Reference to instance variable 'state' needs "this.". 703 23
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 714 26
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 722 44
    # warning RequireThis Reference to instance variable 'state' needs "this.". 742 19
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 744 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 760 26
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 763 44
    # warning RequireThis Reference to instance variable 'readerOverflow' needs "this.". 783 31
    # warning RequireThis Reference to instance variable 'readLockView' needs "this.". 846 22
    # warning RequireThis Reference to instance variable 'writeLockView' needs "this.". 862 22
    # warning RequireThis Reference to instance variable 'readWriteLockView' needs "this.". 876 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 924 19
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 927 18
    # warning RequireThis Reference to instance variable 'state' needs "this.". 934 27
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 938 44
    # warning RequireThis Reference to instance variable 'readerOverflow' needs "this.". 990 26
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1040 27
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1045 48
    # warning RequireThis Reference to instance variable 'wtail' needs "this.". 1050 27
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1067 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1074 31
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1142 22
    # warning RequireThis Reference to instance variable 'wtail' needs "this.". 1142 37
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1144 35
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1185 30
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1192 43
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1227 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1234 35
    # warning RequireThis Reference to instance variable 'wtail' needs "this.". 1341 57
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1361 21
    # warning RequireThis Reference to instance variable 'whead' needs "this.". 1368 22
    # warning RequireThis Reference to instance variable 'state' needs "this.". 1370 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/jar/JarInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'first' needs "this.". 148 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/jar/JarVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastURL' needs "this.". 519 20
    # warning RequireThis Reference to instance variable 'lastURLMap' needs "this.". 520 19
    # warning RequireThis Reference to instance variable 'emptySigner' needs "this.". 576 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/jar/Manifest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 338 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 346 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 352 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 373 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 376 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 388 28
    # warning RequireThis Reference to instance variable 'count' needs "this.". 401 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 403 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 416 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 428 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/logging/FileHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 405 65
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 422 66
    # warning RequireThis Reference to instance variable 'count' needs "this.". 468 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/logging/Level.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 326 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/logging/LogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initializationDone' needs "this.". 322 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/logging/MemoryHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 196 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 215 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/logging/SocketHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 127 70
    # warning RequireThis Reference to instance variable 'port' needs "this.". 160 63
    # warning RequireThis Reference to instance variable 'host' needs "this.". 163 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/prefs/AbstractPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 213 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/regex/Matcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'first' needs "this.". 624 32
    # warning RequireThis Reference to instance variable 'from' needs "this.". 628 31
    # warning RequireThis Reference to instance variable 'from' needs "this.". 629 31
    # warning RequireThis Reference to instance variable 'to' needs "this.". 632 31
    # warning RequireThis Reference to instance variable 'last' needs "this.". 892 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/regex/Pattern.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1372 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1382 30
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 1661 33
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1672 29
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1698 34
    # warning RequireThis Reference to instance variable 'matchRoot' needs "this.". 1710 25
    # warning RequireThis Reference to instance variable 'matchRoot' needs "this.". 1714 20
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2060 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2125 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2197 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2214 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2219 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2547 35
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2693 21
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2820 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2826 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2836 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2850 28
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2857 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2897 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2904 20
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 3168 22
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3813 26
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3824 26
    # warning RequireThis Reference to instance variable 'lower' needs "this.". 3839 26
    # warning RequireThis Reference to instance variable 'upper' needs "this.". 3839 41
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4226 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4244 22
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4259 28
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4290 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4304 24
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4339 47
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4391 33
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4433 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4492 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4508 24
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4549 47
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4600 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4618 33
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4770 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4783 29
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4799 21
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4802 28
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5128 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5135 30
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5196 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5201 30
    # warning RequireThis Reference to instance variable 'lengthInChars' needs "this.". 5526 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/regex/PatternSyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 118 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/AbstractTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 194 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/ForEachOps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 281 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/Nodes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curSize' needs "this.". 683 33
    # warning RequireThis Reference to instance variable 'curChildIndex' needs "this.". 963 60
    # warning RequireThis Reference to instance variable 'lastNodeSpliterator' needs "this.". 1006 45
    # warning RequireThis Reference to instance variable 'curSize' needs "this.". 1353 33
    # warning RequireThis Reference to instance variable 'curSize' needs "this.". 1407 33
    # warning RequireThis Reference to instance variable 'curSize' needs "this.". 1461 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1882 24
    # warning RequireThis Reference to instance variable 'fence' needs "SizedCollectorTask.this.". 1916 30
    # warning RequireThis Reference to instance variable 'fence' needs "SizedCollectorTask.this.". 1948 30
    # warning RequireThis Reference to instance variable 'fence' needs "SizedCollectorTask.this.". 1980 30
    # warning RequireThis Reference to instance variable 'fence' needs "SizedCollectorTask.this.". 2012 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/SliceOps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 643 51
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 657 80
    # warning RequireThis Reference to instance variable 'thisNodeSize' needs "this.". 670 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/SortedOps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 304 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 372 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 439 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 506 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/SpinedBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 309 42
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 326 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 327 42
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 327 78
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 333 63
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 345 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 346 42
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 346 78
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 349 55
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 357 51
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 363 37
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 364 39
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 370 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 375 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 380 43
    # warning RequireThis Reference to instance variable 'splElementIndex' needs "this.". 381 54
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 633 42
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 650 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 651 42
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 651 78
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 657 63
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 669 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 670 42
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 670 78
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 673 55
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 679 53
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 682 37
    # warning RequireThis Reference to instance variable 'lastSpineElementFence' needs "this.". 683 39
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 689 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 694 37
    # warning RequireThis Reference to instance variable 'lastSpineIndex' needs "this.". 699 43
    # warning RequireThis Reference to instance variable 'splElementIndex' needs "this.". 700 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/StreamOpFlag.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preserve' needs "this.". 491 25
    # warning RequireThis Reference to instance variable 'preserve' needs "this.". 502 25
    # warning RequireThis Reference to instance variable 'preserve' needs "this.". 512 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/StreamSpliterators.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 634 32
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 637 26
    # warning RequireThis Reference to instance variable 'sliceFence' needs "this.". 658 44
    # warning RequireThis Reference to instance variable 'sliceOrigin' needs "this.". 665 35
    # warning RequireThis Reference to instance variable 'sliceFence' needs "this.". 665 77
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 679 35
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 711 36
    # warning RequireThis Reference to instance variable 'index' needs "SliceSpliterator.this.". 714 38
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 719 30
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 730 36
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 733 30
    # warning RequireThis Reference to instance variable 'sliceOrigin' needs "SliceSpliterator.this.". 736 30
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 739 29
    # warning RequireThis Reference to instance variable 'index' needs "SliceSpliterator.this.". 742 42
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 747 35
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 773 36
    # warning RequireThis Reference to instance variable 'index' needs "SliceSpliterator.this.". 776 38
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 781 30
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 792 36
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 795 30
    # warning RequireThis Reference to instance variable 'sliceOrigin' needs "SliceSpliterator.this.". 798 30
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 801 29
    # warning RequireThis Reference to instance variable 'index' needs "SliceSpliterator.this.". 804 42
    # warning RequireThis Reference to instance variable 'fence' needs "SliceSpliterator.this.". 809 35
    # warning RequireThis Reference to instance variable 'skipThreshold' needs "this.". 953 41
    # warning RequireThis Reference to instance variable 'skipThreshold' needs "this.". 954 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/stream/Streams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'upTo' needs "this.". 87 21
    # warning RequireThis Reference to instance variable 'upTo' needs "this.". 107 20
    # warning RequireThis Reference to instance variable 'upTo' needs "this.". 212 21
    # warning RequireThis Reference to instance variable 'upTo' needs "this.". 232 20
    # warning RequireThis Reference to instance variable 'from' needs "this.". 245 27
    # warning RequireThis Reference to instance variable 'aSpliterator' needs "this.". 718 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/zip/ZipFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 495 28
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 506 26
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 709 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 738 21
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 739 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/zip/ZipInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 209 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/java/util/zip/ZipOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 287 41
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 290 50
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 336 27
    # warning RequireThis Reference to instance variable 'written' needs "this.". 468 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 736 25
    # warning RequireThis Reference to instance variable 'firstSpi' needs "this.". 737 31
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 830 25
    # warning RequireThis Reference to instance variable 'firstSpi' needs "this.". 831 31
    # warning RequireThis Reference to instance variable 'transformation' needs "this.". 1071 28
    # warning RequireThis Reference to instance variable 'cryptoPerm' needs "this.". 1079 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/CipherInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 176 23
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 223 23
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 232 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 260 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 283 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/CryptoPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 288 19
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 373 43
    # warning RequireThis Reference to instance variable 'exemptionMechanism' needs "this.". 384 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/CryptoPolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 637 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/KeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 302 25
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 359 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 316 48
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 343 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/Mac.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 288 25
    # warning RequireThis Reference to instance variable 'firstService' needs "this.". 331 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/SecretKeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 287 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/spec/RC2ParameterSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeyBits' needs "this.". 158 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/crypto/spec/RC5ParameterSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rounds' needs "this.". 200 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/IIOParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultController' needs "this.". 141 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/ImageReadParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numProgressivePasses' needs "this.". 490 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/ImageTypeSpecifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 511 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/metadata/IIOMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nativeMetadataFormatClassName' needs "this.". 387 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/stream/FileCacheImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 128 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 136 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitOffset' needs "this.". 677 36
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 767 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 802 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 814 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/imageio/stream/MemoryCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 71 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 222 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 284 20
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 344 21
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 347 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/AndQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/BadAttributeValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 67 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/BadBinaryOpValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 72 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/BadStringOperationException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'op' needs "this.". 60 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/BetweenQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 140 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/BinaryRelQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 192 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/NotQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/ObjectName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 255 60
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 262 41
    # warning RequireThis Reference to instance variable '_value_length' needs "this.". 263 38
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1232 51
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1447 17
    # warning RequireThis Reference to instance variable '_property_value_pattern' needs "this.". 1471 42
    # warning RequireThis Reference to instance variable '_property_list_pattern' needs "this.". 1983 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/OrQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/loading/MLetContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'documentURL' needs "this.". 122 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/loading/MLetParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 128 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelMBeanDescriptor' needs "this.". 917 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/modelmbean/RequiredModelMBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelMBeanInfo' needs "this.". 715 20
    # warning RequireThis Reference to instance variable 'managedResource' needs "this.". 1028 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/monitor/Monitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstAttribute' needs "this.". 860 18
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 976 29
    # warning RequireThis Reference to instance variable 'alreadyNotifieds' needs "this.". 1057 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/monitor/StringMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 420 31
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 427 31
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 437 35
    # warning RequireThis Reference to instance variable 'stringToCompare' needs "this.". 446 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/openmbean/ArrayType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimension' needs "this.". 726 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compositeData' needs "this.". 159 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/relation/RelationNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roleName' needs "this.". 382 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/relation/RelationService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myPurgeFlag' needs "this.". 2449 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/relation/Role.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 230 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/relation/RoleInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 426 26
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 445 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 459 44
    # warning RequireThis Reference to instance variable 'isReadable' needs "this.". 460 42
    # warning RequireThis Reference to instance variable 'isWritable' needs "this.". 461 42
    # warning RequireThis Reference to instance variable 'description' needs "this.". 462 43
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 463 46
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 464 46
    # warning RequireThis Reference to instance variable 'referencedMBeanClassName' needs "this.". 465 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/relation/RoleUnresolved.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roleName' needs "this.". 285 39
    # warning RequireThis Reference to instance variable 'problemType' needs "this.". 297 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/remote/JMXPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 93 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/remote/TargetedNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notif' needs "this.". 111 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 251 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 295 41
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 344 37
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 357 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 407 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 422 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 463 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 494 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 522 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 531 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 557 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 566 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 605 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 632 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 668 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 704 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 716 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 754 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 767 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 807 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 821 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 852 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 872 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 900 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 933 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 989 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 998 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1058 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1066 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1078 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1119 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1155 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1197 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1205 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1217 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1245 50
    # warning RequireThis Reference to instance variable 'acc' needs "this.". 1383 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/remote/rmi/RMIConnector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jmxServiceURL' needs "this.". 317 77
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 479 33
    # warning RequireThis Reference to instance variable 'closeException' needs "this.". 546 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/remote/rmi/RMIConnectorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rmiServerImpl' needs "this.". 397 25
    # warning RequireThis Reference to instance variable 'address' needs "this.". 468 67
    # warning RequireThis Reference to instance variable 'boundJndiUrl' needs "this.". 555 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/management/timer/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequenceNumber' needs "this.". 1231 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/NameImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 115 36
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 169 36
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 170 34
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 256 31
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 258 33
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 262 31
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 264 33
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 351 30
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 352 28
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 354 30
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 355 28
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote1' needs "this.". 363 34
    # warning RequireThis Reference to instance variable 'syntaxEndQuote1' needs "this.". 364 32
    # warning RequireThis Reference to instance variable 'syntaxBeginQuote2' needs "this.". 368 34
    # warning RequireThis Reference to instance variable 'syntaxEndQuote2' needs "this.". 369 32
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 726 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 730 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/NamingException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootException' needs "this.". 403 48
    # warning RequireThis Reference to instance variable 'remainingName' needs "this.". 406 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/RefAddr.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'addrType' needs "this.". 142 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/Reference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 368 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 778 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/naming/ldap/Rfc2253Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 71 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 94 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 95 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 106 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 111 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 119 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 138 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 154 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 166 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 168 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 178 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 190 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 196 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 197 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 209 27
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 212 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 216 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 217 67
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 222 24
    # warning RequireThis Reference to instance variable 'len' needs "this.". 231 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 241 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/net/ssl/SNIHostName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 273 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/net/ssl/SNIServerName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 186 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/net/ssl/SSLEngineResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 235 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/print/MimeType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 336 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 342 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 355 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 357 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 358 44
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 365 46
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 377 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 387 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 389 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 390 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 403 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 405 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 406 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 413 47
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 415 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 416 40
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 431 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 433 46
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 434 44
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 443 43
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 444 44
    # warning RequireThis Reference to instance variable 'myCurrentIndex' needs "this.". 456 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/print/attribute/DateTimeSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/print/attribute/EnumSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 203 40
    # warning RequireThis Reference to instance variable 'value' needs "this.". 212 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/print/attribute/IntegerSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 132 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/print/attribute/standard/MediaPrintableArea.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y' needs "this.". 326 23
    # warning RequireThis Reference to instance variable 'w' needs "this.". 326 30
    # warning RequireThis Reference to instance variable 'h' needs "this.". 326 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/script/ScriptException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 116 30
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 118 45
    # warning RequireThis Reference to instance variable 'columnNumber' needs "this.". 122 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/security/auth/PrivateCredentialPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'credentialClass' needs "this.". 343 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/security/auth/kerberos/KeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 204 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/smartcardio/CardPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask' needs "this.". 282 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/smartcardio/TerminalFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 360 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/midi/MetaMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataLength' needs "this.". 201 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/midi/Track.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eotEvent' needs "this.". 114 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/sampled/AudioFileFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'byteLength' needs "this.". 298 44
    # warning RequireThis Reference to instance variable 'format' needs "this.". 301 40
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 304 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/sampled/AudioInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 259 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 260 25
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 267 29
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 272 26
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 272 52
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 273 46
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 286 24
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 287 20
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 288 26
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 300 39
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 309 30
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 312 35
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 330 16
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 331 21
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 336 20
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 336 46
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 337 34
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 343 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 349 30
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 375 93
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 376 39
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 405 23
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 407 31
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 428 20
    # warning RequireThis Reference to instance variable 'markPushBackLen' needs "this.". 430 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/sampled/DataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 483 50
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 485 59
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 487 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sound/sampled/FloatControl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 217 24
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 221 24
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 339 20
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 343 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 143 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sql/rowset/serial/SerialArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 167 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 173 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 179 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 185 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 191 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 197 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 271 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 277 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 283 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 289 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sql/rowset/serial/SerialBlob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 109 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 112 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 148 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 174 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 250 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 258 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 430 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sql/rowset/serial/SerialClob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'len' needs "this.". 112 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 179 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 311 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 321 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 517 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 552 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/sql/rowset/serial/SerialStruct.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLTypeName' needs "this.". 107 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/AbstractAction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enabled' needs "this.". 195 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/AbstractButton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'margin' needs "this.". 402 29
    # warning RequireThis Reference to instance variable 'defaultMargin' needs "this.". 408 17
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 778 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 829 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 870 29
    # warning RequireThis Reference to instance variable 'horizontalTextPosition' needs "this.". 917 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/AncestorNotifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 172 22
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 190 25
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 220 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/BoxLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'axis' needs "this.". 420 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/BufferStrategyPaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xOffset' needs "this.". 333 28
    # warning RequireThis Reference to instance variable 'yOffset' needs "this.". 333 50
    # warning RequireThis Reference to instance variable 'accumulatedX' needs "this.". 372 49
    # warning RequireThis Reference to instance variable 'bufferInfo' needs "this.". 395 29
    # warning RequireThis Reference to instance variable 'rootJ' needs "this.". 542 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/ButtonGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 159 36
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 175 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/DefaultBoundedRangeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 165 24
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 166 30
    # warning RequireThis Reference to instance variable 'value' needs "this.". 184 31
    # warning RequireThis Reference to instance variable 'value' needs "this.". 289 26
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 290 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 291 24
    # warning RequireThis Reference to instance variable 'max' needs "this.". 292 24
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 293 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/DefaultFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 73 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 95 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 135 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/DefaultListSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 104 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 104 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 109 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 291 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 292 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 304 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 305 54
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 572 27
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 572 50
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 573 24
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 651 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/DefaultRowSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 920 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/GrayFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 84 50
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 86 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/GroupLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 1115 23
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2262 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2281 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2291 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2310 43
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2320 43
    # warning RequireThis Reference to instance variable 'childAlignment' needs "this.". 2591 29
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2717 37
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2719 42
    # warning RequireThis Reference to instance variable 'prefAscent' needs "this.". 2804 29
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2806 30
    # warning RequireThis Reference to instance variable 'prefAscent' needs "this.". 2860 26
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2863 33
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2864 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JApplet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 335 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 3456 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 940 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JEditorPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'page' needs "this.". 681 38
    # warning RequireThis Reference to instance variable 'kit' needs "this.". 980 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JFileChooser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDirectory' needs "this.". 579 19
    # warning RequireThis Reference to instance variable 'fileSystemView' needs "this.". 1894 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JFormattedTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editValid' needs "this.". 553 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 584 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JInternalFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isSelected' needs "this.". 1089 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JLabel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultIcon' needs "this.". 392 57
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 712 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 764 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 818 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leadSelectionIndex' needs "this.". 2947 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isSelected' needs "this.". 1115 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JPopupMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 936 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JScrollPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lowerLeft' needs "this.". 1245 19
    # warning RequireThis Reference to instance variable 'lowerRight' needs "this.". 1249 19
    # warning RequireThis Reference to instance variable 'upperLeft' needs "this.". 1253 19
    # warning RequireThis Reference to instance variable 'upperRight' needs "this.". 1257 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JSlider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'increment' needs "this.". 1006 89

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JSplitPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 886 26
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 888 33
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 911 21
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 913 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JTabbedPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 372 47
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 941 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionModel' needs "this.". 2089 24
    # warning RequireThis Reference to instance variable 'startModelIndex' needs "this.". 4092 38
    # warning RequireThis Reference to instance variable 'rowModel' needs "this.". 4902 21
    # warning RequireThis Reference to instance variable 'printError' needs "this.". 6314 18
    # warning RequireThis Reference to instance variable 'lastSelectedRow' needs "this.". 6938 32
    # warning RequireThis Reference to instance variable 'lastSelectedCol' needs "this.". 6939 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 342 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1375 31
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1379 32
    # warning RequireThis Reference to instance variable 'leadSelectionPath' needs "this.". 4137 41
    # warning RequireThis Reference to instance variable 'tree' needs "this.". 4766 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JViewport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewChanged' needs "this.". 852 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/JWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 427 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/ProgressMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 263 19
    # warning RequireThis Reference to instance variable 'T0' needs "this.". 272 35
    # warning RequireThis Reference to instance variable 'millisToDecideToPopup' needs "this.". 273 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 275 30
    # warning RequireThis Reference to instance variable 'min' needs "this.". 277 64
    # warning RequireThis Reference to instance variable 'min' needs "this.". 278 63
    # warning RequireThis Reference to instance variable 'millisToPopup' needs "this.". 281 51
    # warning RequireThis Reference to instance variable 'millisToPopup' needs "this.". 283 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/RepaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hwDirtyComponents' needs "this.". 512 19
    # warning RequireThis Reference to instance variable 'invalidComponents' needs "this.". 679 18
    # warning RequireThis Reference to instance variable 'dirtyComponents' needs "this.". 765 34
    # warning RequireThis Reference to instance variable 'dirtyComponents' needs "this.". 967 28
    # warning RequireThis Reference to instance variable 'standardDoubleBuffer' needs "this.". 1057 24
    # warning RequireThis Reference to instance variable 'paintThread' needs "this.". 1292 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/RowFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'date' needs "this.". 475 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 477 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 479 38
    # warning RequireThis Reference to instance variable 'date' needs "this.". 481 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/ScrollPaneLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewport' needs "this.". 269 18
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 272 23
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 275 23
    # warning RequireThis Reference to instance variable 'rowHead' needs "this.". 278 23
    # warning RequireThis Reference to instance variable 'colHead' needs "this.". 281 23
    # warning RequireThis Reference to instance variable 'lowerLeft' needs "this.". 284 23
    # warning RequireThis Reference to instance variable 'lowerRight' needs "this.". 287 23
    # warning RequireThis Reference to instance variable 'upperLeft' needs "this.". 290 23
    # warning RequireThis Reference to instance variable 'upperRight' needs "this.". 293 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/SizeRequirements.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 164 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/SortingFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 204 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/SpinnerListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 244 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/Spring.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 249 40
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 331 47
    # warning RequireThis Reference to instance variable 's1' needs "this.". 436 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/SpringLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'horizontalHistory' needs "this.". 404 49
    # warning RequireThis Reference to instance variable 'edgeName' needs "this.". 875 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/TransferHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'support' needs "this.". 1479 53
    # warning RequireThis Reference to instance variable 'support' needs "this.". 1539 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/UIDefaults.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultLocale' needs "this.". 286 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/colorchooser/DefaultPreviewPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'swatchWidth' needs "this.". 117 25
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 155 31
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 162 31
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 176 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 187 45
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 189 32
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 193 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 202 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 32
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 54
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 208 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 59
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 220 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 229 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 33
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 59
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/colorchooser/SmartGridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 66 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 70 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 79 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 82 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 93 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 97 35
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 104 23
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 122 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 126 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 158 37
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 170 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 181 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/event/TreeModelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 299 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastTime' needs "BasicComboBoxUI.this.". 1970 24
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 1977 30
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 1982 26
    # warning RequireThis Reference to instance variable 'time' needs "BasicComboBoxUI.this.". 1984 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicDesktopIconUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '__x' needs "this.". 271 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 272 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 273 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 274 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicDesktopPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 453 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 482 33
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 498 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fetchID' needs "this.". 438 20
    # warning RequireThis Reference to instance variable 'fid' needs "this.". 474 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "BasicFileChooserUI.this.". 785 42
    # warning RequireThis Reference to instance variable 'directoryDescriptionText' needs "BasicFileChooserUI.this.". 1231 28
    # warning RequireThis Reference to instance variable 'fileDescriptionText' needs "BasicFileChooserUI.this.". 1233 28
    # warning RequireThis Reference to instance variable 'fileIcon' needs "BasicFileChooserUI.this.". 1255 20
    # warning RequireThis Reference to instance variable 'floppyDriveIcon' needs "BasicFileChooserUI.this.". 1260 28
    # warning RequireThis Reference to instance variable 'hardDriveIcon' needs "BasicFileChooserUI.this.". 1262 28
    # warning RequireThis Reference to instance variable 'computerIcon' needs "BasicFileChooserUI.this.". 1264 28
    # warning RequireThis Reference to instance variable 'directoryIcon' needs "BasicFileChooserUI.this.". 1266 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 112 17
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 661 30
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 689 25
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 708 25
    # warning RequireThis Reference to instance variable '__x' needs "this.". 862 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 863 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 864 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 865 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicListUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 586 33
    # warning RequireThis Reference to instance variable 'preferredHeight' needs "this.". 590 22
    # warning RequireThis Reference to instance variable 'isFileList' needs "this.". 809 18
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1014 44
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1019 17
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1091 36
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1161 30
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1187 37
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1194 23
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1205 49
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1225 66
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1250 29
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1272 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1274 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1293 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1295 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1437 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1438 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1439 33
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1445 50
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1446 37
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1454 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1455 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1456 33
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1464 45
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1465 33
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1469 43
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 2385 24
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 2392 30
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 2397 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clipPlaying' needs "BasicLookAndFeel.this.". 2099 45
    # warning RequireThis Reference to instance variable 'clipPlaying' needs "BasicLookAndFeel.this.". 2100 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastMnemonic' needs "this.". 120 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'optionPane' needs "this.". 265 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPopup' needs "this.". 1188 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numFrames' needs "this.". 999 24
    # warning RequireThis Reference to instance variable 'cycleTime' needs "this.". 1066 31
    # warning RequireThis Reference to instance variable 'repaintInterval' needs "this.". 1086 31
    # warning RequireThis Reference to instance variable 'MINIMUM_DELAY' needs "this.". 1198 37
    # warning RequireThis Reference to instance variable 'MINIMUM_DELAY' needs "this.". 1199 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 671 30
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 690 36
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 711 37
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 729 51
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 730 40
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 768 29
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 769 30
    # warning RequireThis Reference to instance variable 'decrButton' needs "this.". 816 16
    # warning RequireThis Reference to instance variable 'incrButton' needs "this.". 817 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vsbChangeListener' needs "BasicScrollPaneUI.this.". 1148 26
    # warning RequireThis Reference to instance variable 'hsbChangeListener' needs "BasicScrollPaneUI.this.". 1152 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slider' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'lastValue' needs "this.". 579 65
    # warning RequireThis Reference to instance variable 'leftToRightCache' needs "this.". 955 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 864 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 867 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 870 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minX' needs "this.". 736 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 757 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 769 54
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 919 55
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 921 56
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 942 58
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 944 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dividerSize' needs "this.". 1028 23
    # warning RequireThis Reference to instance variable 'splitPane' needs "this.". 1046 18
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1330 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1342 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1343 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 1651 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2032 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2035 38
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2042 29
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2049 38
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2056 29
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2063 38
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2075 29
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2078 38
    # warning RequireThis Reference to instance variable 'tabContainer' needs "BasicTabbedPaneUI.this.". 2479 33
    # warning RequireThis Reference to instance variable 'runCount' needs "BasicTabbedPaneUI.this.". 2739 37
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "BasicTabbedPaneUI.this.". 3197 40
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "BasicTabbedPaneUI.this.". 3214 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 215 41
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 224 48
    # warning RequireThis Reference to instance variable 'rolloverColumn' needs "this.". 448 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicTableUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leadRow' needs "this.". 443 44
    # warning RequireThis Reference to instance variable 'leadColumn' needs "this.". 463 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2404 27
    # warning RequireThis Reference to instance variable 'exportComp' needs "this.". 2470 44
    # warning RequireThis Reference to instance variable 'p0' needs "this.". 2470 65
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2470 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 368 30
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 389 30
    # warning RequireThis Reference to instance variable 'toolBar' needs "this.". 906 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 298 46
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 310 46
    # warning RequireThis Reference to instance variable 'totalChildIndent' needs "this.". 1313 55
    # warning RequireThis Reference to instance variable 'depthOffset' needs "this.". 1665 44
    # warning RequireThis Reference to instance variable 'cellEditor' needs "this.". 1767 25
    # warning RequireThis Reference to instance variable 'destination' needs "this.". 3176 41
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 3318 28
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 3325 34
    # warning RequireThis Reference to instance variable 'typedString' needs "this.". 3330 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dndArmedEvent' needs "this.". 142 24
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paletteTitleHeight' needs "MetalInternalFrameTitlePane.this.". 247 26
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 334 34
    # warning RequireThis Reference to instance variable 'activeBumps' needs "this.". 386 21
    # warning RequireThis Reference to instance variable 'inactiveBumps' needs "this.". 397 21
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 462 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 465 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalRootPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 841 62
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 845 66
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 858 48
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 863 48
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 864 49
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 876 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'filledSlider' needs "this.". 375 41
    # warning RequireThis Reference to instance variable 'filledSlider' needs "this.". 437 41
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 481 77
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 482 22
    # warning RequireThis Reference to instance variable 'safeLength' needs "this.". 550 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusBumps' needs "this.". 74 25
    # warning RequireThis Reference to instance variable 'bumps' needs "this.". 78 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 242 34
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 384 37
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 388 38
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 588 34
    # warning RequireThis Reference to instance variable 'selectHighlight' needs "this.". 657 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeBackground' needs "this.". 706 26
    # warning RequireThis Reference to instance variable 'activeForeground' needs "this.". 707 26
    # warning RequireThis Reference to instance variable 'activeShadow' needs "this.". 708 26
    # warning RequireThis Reference to instance variable 'activeBumps' needs "this.". 709 21
    # warning RequireThis Reference to instance variable 'inactiveBackground' needs "this.". 711 26
    # warning RequireThis Reference to instance variable 'inactiveForeground' needs "this.". 712 26
    # warning RequireThis Reference to instance variable 'inactiveShadow' needs "this.". 713 26
    # warning RequireThis Reference to instance variable 'inactiveBumps' needs "this.". 714 21
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 769 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 772 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/metal/MetalUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 49
    # warning RequireThis Reference to instance variable 'h' needs "this.". 312 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/nimbus/AbstractRegionPainter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 235 24
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 256 24
    # warning RequireThis Reference to instance variable 'leftScale' needs "this.". 279 39
    # warning RequireThis Reference to instance variable 'centerHScale' needs "this.". 281 39
    # warning RequireThis Reference to instance variable 'rightScale' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'topScale' needs "this.". 302 39
    # warning RequireThis Reference to instance variable 'centerVScale' needs "this.". 304 39
    # warning RequireThis Reference to instance variable 'bottomScale' needs "this.". 306 39
    # warning RequireThis Reference to instance variable 'a' needs "this.". 565 63
    # warning RequireThis Reference to instance variable 'c' needs "this.". 568 58
    # warning RequireThis Reference to instance variable 'centerWidth' needs "this.". 597 40
    # warning RequireThis Reference to instance variable 'centerHeight' needs "this.". 601 34
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 607 31
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 610 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/nimbus/ImageCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 152 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 160 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/nimbus/State.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 173 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/ImagePainter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sInsets' needs "this.". 83 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/ParsedSynthStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_method' needs "this.". 262 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthEditorPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localTrue' needs "this.". 91 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "SynthInternalFrameTitlePane.this.". 430 37
    # warning RequireThis Reference to instance variable 'buttonSpacing' needs "SynthInternalFrameTitlePane.this.". 450 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthMenuItemUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 97 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 80 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 293 50
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 298 30
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 298 61
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 304 47
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 304 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thumbStyle' needs "this.". 200 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackHeight' needs "this.". 265 51
    # warning RequireThis Reference to instance variable 'sliderTrackStyle' needs "this.". 738 21
    # warning RequireThis Reference to instance variable 'sliderThumbStyle' needs "this.". 740 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 369 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 372 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 375 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabStyle' needs "this.". 247 21
    # warning RequireThis Reference to instance variable 'tabAreaStyle' needs "this.". 250 21
    # warning RequireThis Reference to instance variable 'tabContentStyle' needs "this.". 253 21
    # warning RequireThis Reference to instance variable 'selectedTabIsPressed' needs "this.". 594 62
    # warning RequireThis Reference to instance variable 'tabOverlap' needs "SynthTabbedPaneUI.this.". 905 56
    # warning RequireThis Reference to instance variable 'tabOverlap' needs "SynthTabbedPaneUI.this.". 909 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/plaf/synth/SynthToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 112 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/table/DefaultTableColumnModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columnMargin' needs "this.". 222 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/table/JTableHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "this.". 404 28
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 814 36
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 856 36
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 916 40
    # warning RequireThis Reference to instance variable 'defaultRenderer' needs "JTableHeader.this.". 944 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/AbstractDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2349 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 2397 29
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 2399 29
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2462 44
    # warning RequireThis Reference to instance variable 'added' needs "this.". 3064 23
    # warning RequireThis Reference to instance variable 'added' needs "this.". 3083 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/AsyncBoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'estimatedMajorSpan' needs "this.". 280 53
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 313 37
    # warning RequireThis Reference to instance variable 'majorChanged' needs "this.". 317 42
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 318 40
    # warning RequireThis Reference to instance variable 'majorChanged' needs "this.". 320 40
    # warning RequireThis Reference to instance variable 'minorChanged' needs "this.". 321 42
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 565 31
    # warning RequireThis Reference to instance variable 'majorSpan' needs "AsyncBoxView.this.". 1088 36
    # warning RequireThis Reference to instance variable 'majorValid' needs "this.". 1246 35
    # warning RequireThis Reference to instance variable 'span' needs "this.". 1310 29
    # warning RequireThis Reference to instance variable 'span' needs "this.". 1314 29
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1327 23
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1338 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 1341 38
    # warning RequireThis Reference to instance variable 'majorValid' needs "this.". 1399 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/BoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 106 40
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 299 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 322 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 380 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 525 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 548 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 571 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 594 21
    # warning RequireThis Reference to instance variable 'minorAllocValid' needs "this.". 610 36
    # warning RequireThis Reference to instance variable 'majorSpan' needs "this.". 720 20
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 722 20
    # warning RequireThis Reference to instance variable 'majorSpan' needs "this.". 736 20
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 738 20
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 928 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1100 34
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1111 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/DefaultCaret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionVisible' needs "this.". 853 20
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 858 29
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 1435 30
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 1436 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/DefaultHighlighter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 550 38
    # warning RequireThis Reference to instance variable 'height' needs "this.". 551 39
    # warning RequireThis Reference to instance variable 'x' needs "this.". 553 26
    # warning RequireThis Reference to instance variable 'y' needs "this.". 555 27
    # warning RequireThis Reference to instance variable 'lastDoc' needs "this.". 639 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/DefaultStyledDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offsetLastIndexOnReplace' needs "this.". 1579 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1620 51
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1634 32
    # warning RequireThis Reference to instance variable 'added' needs "this.". 2504 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/GapVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 160 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 161 20
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 190 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 192 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 202 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 255 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/JTextComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editable' needs "this.". 1796 18
    # warning RequireThis Reference to instance variable 'nm' needs "this.". 4225 32
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 4416 29
    # warning RequireThis Reference to instance variable 'caret' needs "this.". 4899 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/ParagraphView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabBase' needs "this.". 422 14
    # warning RequireThis Reference to instance variable 'firstLineIndent' needs "ParagraphView.this.". 1173 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/PlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstLineOffset' needs "this.". 102 18
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 111 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 111 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 75
    # warning RequireThis Reference to instance variable 'firstLineOffset' needs "this.". 317 22
    # warning RequireThis Reference to instance variable 'longLine' needs "this.". 565 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/Segment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 134 15
    # warning RequireThis Reference to instance variable 'count' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 165 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 182 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 199 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 216 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 217 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 243 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 263 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 285 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/StringContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 97 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/StyleContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 1208 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/StyledEditorKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentRun' needs "StyledEditorKit.this.". 249 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/TabStop.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leader' needs "this.". 148 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/View.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastUpdateIndex' needs "this.". 1157 45
    # warning RequireThis Reference to instance variable 'firstUpdateIndex' needs "this.". 1183 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/WrappedPlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 75
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 592 33
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 687 29
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 733 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/HRuleView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 119 54
    # warning RequireThis Reference to instance variable 'size' needs "this.". 126 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/HTMLDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'foundInsertTag' needs "HTMLReader.this.". 2958 44
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3760 38
    # warning RequireThis Reference to instance variable 'popDepth' needs "this.". 3943 45
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3948 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/HTMLWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inContent' needs "this.". 336 32
    # warning RequireThis Reference to instance variable 'preEndOffset' needs "this.". 503 37
    # warning RequireThis Reference to instance variable 'convAttr' needs "this.". 996 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/ImageView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'disabledImage' needs "this.". 201 19
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 419 39
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 420 38
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 448 28
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 452 29
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 460 32
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 462 33
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 476 51
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 478 52
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 567 75
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 568 71
    # warning RequireThis Reference to instance variable 'state' needs "this.". 647 13
    # warning RequireThis Reference to instance variable 'altView' needs "this.". 822 20
    # warning RequireThis Reference to instance variable 'image' needs "ImageView.this.". 866 24
    # warning RequireThis Reference to instance variable 'disabledImage' needs "ImageView.this.". 866 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/Map.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 317 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 318 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 318 38
    # warning RequireThis Reference to instance variable 'radiusSquared' needs "this.". 474 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/Option.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 112 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/OptionListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 86 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 86 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 90 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 205 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 206 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 218 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 219 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 443 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/StyleSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1835 26
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1840 26
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1885 22
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1887 36
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1900 18
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1902 30
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2089 33
    # warning RequireThis Reference to instance variable 'start' needs "this.". 2147 31
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2258 47
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2279 65
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2309 56
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2310 47
    # warning RequireThis Reference to instance variable 'hPosition' needs "this.". 2511 44
    # warning RequireThis Reference to instance variable 'vPosition' needs "this.". 2518 44
    # warning RequireThis Reference to instance variable 'paintMaxX' needs "this.". 2541 41
    # warning RequireThis Reference to instance variable 'paintMaxY' needs "this.". 2543 44
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2800 29
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2820 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/TableView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'borderWidth' needs "this.". 561 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/parser/ContentModelState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 80 29
    # warning RequireThis Reference to instance variable 'value' needs "this.". 128 34
    # warning RequireThis Reference to instance variable 'value' needs "this.". 160 36
    # warning RequireThis Reference to instance variable 'value' needs "this.". 220 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/parser/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 334 37
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 364 29
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 416 29
    # warning RequireThis Reference to instance variable 'strpos' needs "this.". 797 29
    # warning RequireThis Reference to instance variable 'textpos' needs "this.". 1160 30
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 1224 21
    # warning RequireThis Reference to instance variable 'currentBlockStartPos' needs "this.". 1587 53
    # warning RequireThis Reference to instance variable 'recent' needs "this.". 1666 24
    # warning RequireThis Reference to instance variable 'recent' needs "this.". 1847 20
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2056 36
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2076 37
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2083 41
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2130 45
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2151 45
    # warning RequireThis Reference to instance variable 'currentPosition' needs "this.". 2166 45
    # warning RequireThis Reference to instance variable 'crCount' needs "this.". 2212 26
    # warning RequireThis Reference to instance variable 'crlfCount' needs "this.". 2213 28
    # warning RequireThis Reference to instance variable 'lfCount' needs "this.". 2221 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 2304 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/html/parser/TagStack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 177 27
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 188 31
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 197 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/rtf/RTFAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 232 33
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 381 52
    # warning RequireThis Reference to instance variable 'swingDefault' needs "this.". 390 23
    # warning RequireThis Reference to instance variable 'swingDefault' needs "this.". 407 25
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 416 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/rtf/RTFGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontCount' needs "this.". 331 28
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 352 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/rtf/RTFParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 106 13
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 131 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 134 40
    # warning RequireThis Reference to instance variable 'S_backslashed' needs "this.". 182 19
    # warning RequireThis Reference to instance variable 'S_aftertick' needs "this.". 189 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 198 19
    # warning RequireThis Reference to instance variable 'S_token' needs "this.". 204 17
    # warning RequireThis Reference to instance variable 'S_parameter' needs "this.". 215 21
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 220 45
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'S_inblob' needs "this.". 238 21
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 252 43
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 256 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'S_aftertickc' needs "this.". 268 19
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 272 17
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 285 21
    # warning RequireThis Reference to instance variable 'savedSpecials' needs "this.". 286 29
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 303 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 316 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/text/rtf/RTFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDestination' needs "this.". 247 32
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 920 23
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 921 25
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 986 28
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 1013 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/DefaultMutableTreeNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'allowsChildren' needs "this.". 310 23
    # warning RequireThis Reference to instance variable 'root' needs "this.". 1359 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/DefaultTreeCellEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 724 48
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 727 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/DefaultTreeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 409 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionMode' needs "this.". 159 23
    # warning RequireThis Reference to instance variable 'lastPaths' needs "this.". 282 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/FixedHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 375 43
    # warning RequireThis Reference to instance variable 'root' needs "this.". 485 32
    # warning RequireThis Reference to instance variable 'row' needs "this.". 1043 57
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1078 30
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1388 37
    # warning RequireThis Reference to instance variable 'root' needs "FixedHeightLayoutCache.this.". 1549 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/tree/VariableHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 439 41
    # warning RequireThis Reference to instance variable 'root' needs "this.". 485 58
    # warning RequireThis Reference to instance variable 'root' needs "this.". 505 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 555 60
    # warning RequireThis Reference to instance variable 'root' needs "this.". 592 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 639 31
    # warning RequireThis Reference to instance variable 'root' needs "this.". 783 35
    # warning RequireThis Reference to instance variable 'root' needs "VariableHeightLayoutCache.this.". 1718 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasBeenDone' needs "this.". 127 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/javax/swing/undo/UndoManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 191 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/ClassWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'interfaceCount' needs "this.". 707 33
    # warning RequireThis Reference to instance variable 'interfaceCount' needs "this.". 825 29
    # warning RequireThis Reference to instance variable 'interfaceCount' needs "this.". 920 29
    # warning RequireThis Reference to instance variable 'firstField' needs "this.". 924 14
    # warning RequireThis Reference to instance variable 'firstMethod' needs "this.". 930 14
    # warning RequireThis Reference to instance variable 'typeCount' needs "this.". 1737 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/Frame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputStackTop' needs "this.". 745 47
    # warning RequireThis Reference to instance variable 'initializationCount' needs "this.". 812 29
    # warning RequireThis Reference to instance variable 'outputStackTop' needs "this.". 1372 54
    # warning RequireThis Reference to instance variable 'outputStackTop' needs "this.". 1383 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/Label.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 404 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/MethodWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exceptionCount' needs "this.". 506 33
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 755 28
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 779 28
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 811 32
    # warning RequireThis Reference to instance variable 'maxLocals' needs "this.". 827 21
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 864 28
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 903 28
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 947 28
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 995 28
    # warning RequireThis Reference to instance variable 'previousBlock' needs "this.". 1127 36
    # warning RequireThis Reference to instance variable 'maxStackSize' needs "this.". 1169 28
    # warning RequireThis Reference to instance variable 'maxLocals' needs "this.". 1197 21
    # warning RequireThis Reference to instance variable 'maxLocals' needs "this.". 1380 21
    # warning RequireThis Reference to instance variable 'firstHandler' needs "this.". 1540 23
    # warning RequireThis Reference to instance variable 'labels' needs "this.". 1604 21
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 1869 25
    # warning RequireThis Reference to instance variable 'classReaderLength' needs "this.". 2052 24
    # warning RequireThis Reference to instance variable 'handlerCount' needs "this.". 2068 44
    # warning RequireThis Reference to instance variable 'exceptionCount' needs "this.". 2101 29
    # warning RequireThis Reference to instance variable 'synthetics' needs "this.". 2146 49
    # warning RequireThis Reference to instance variable 'synthetics' needs "this.". 2153 50
    # warning RequireThis Reference to instance variable 'handlerCount' needs "this.". 2228 47
    # warning RequireThis Reference to instance variable 'exceptionCount' needs "this.". 2321 25
    # warning RequireThis Reference to instance variable 'exceptionCount' needs "this.". 2323 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/Type.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 891 52
    # warning RequireThis Reference to instance variable 'sort' needs "this.". 907 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 909 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/commons/LocalVariablesSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextLocal' needs "this.". 155 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/commons/Method.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'desc' needs "this.". 295 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/commons/SerialVersionUIDAdder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 344 27
    # warning RequireThis Reference to instance variable 'desc' needs "this.". 564 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/tree/InsnList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 135 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/Analyzer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 180 29
    # warning RequireThis Reference to instance variable 'n' needs "this.". 336 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/Frame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locals' needs "this.". 184 18
    # warning RequireThis Reference to instance variable 'locals' needs "this.". 203 18
    # warning RequireThis Reference to instance variable 'locals' needs "this.". 230 27
    # warning RequireThis Reference to instance variable 'locals' needs "this.". 264 19
    # warning RequireThis Reference to instance variable 'top' needs "this.". 718 38
    # warning RequireThis Reference to instance variable 'locals' needs "this.". 741 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/SmallSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'e2' needs "this.". 114 14

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/org/objectweb/asm/util/CheckMethodAdapter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastFrame' needs "this.". 575 26
    # warning RequireThis Reference to instance variable 'insnCount' needs "this.". 579 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/util/xml/impl/Attrs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 96 42
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 110 42
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 124 38
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 169 42
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 316 38
    # warning RequireThis Reference to instance variable 'mLength' needs "this.". 379 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/util/xml/impl/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mPref' needs "this.". 252 17
    # warning RequireThis Reference to instance variable 'mPref' needs "this.". 258 16
    # warning RequireThis Reference to instance variable 'mXml' needs "this.". 268 17
    # warning RequireThis Reference to instance variable 'mInp' needs "this.". 272 16
    # warning RequireThis Reference to instance variable 'mXml' needs "this.". 296 25
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 329 33
    # warning RequireThis Reference to instance variable 'mBuffIdx' needs "this.". 349 55
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 1500 28
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 1891 28
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 2207 28
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 2335 27
    # warning RequireThis Reference to instance variable 'mChIdx' needs "this.". 2339 26
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 2538 28
    # warning RequireThis Reference to instance variable 'mChIdx' needs "this.". 3071 18
    # warning RequireThis Reference to instance variable 'mChLen' needs "this.". 3267 23
    # warning RequireThis Reference to instance variable 'mDoc' needs "this.". 3275 29
    # warning RequireThis Reference to instance variable 'mDltd' needs "this.". 3339 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/util/xml/impl/ParserSAX.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 86 21
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 87 20
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 88 20
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 89 20
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 99 30
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 131 29
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 163 29
    # warning RequireThis Reference to instance variable 'mHand' needs "this.". 197 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/jdk/internal/util/xml/impl/XMLStreamWriterImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_encoding' needs "this.". 158 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 114 108
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 129 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'digestMethod' needs "this.". 242 55
    # warning RequireThis Reference to instance variable 'appliedTransformData' needs "this.". 366 20
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 373 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signatureMethod' needs "this.". 169 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/applet/AppletClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resourceAsStreamFromJarInCall' needs "this.". 468 52
    # warning RequireThis Reference to instance variable 'resourceAsStreamInCall' needs "this.". 484 45
    # warning RequireThis Reference to instance variable 'appContext' needs "this.". 763 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/applet/AppletEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 60 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/applet/AppletEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 96 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 97 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 100 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 100 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/applet/AppletPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loaderThread' needs "this.". 374 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/AWTAutoShutdown.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 251 21
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 254 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/AppContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 498 36
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 513 31
    # warning RequireThis Reference to instance variable 'shadowMostRecentKeyValue' needs "this.". 640 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/FontConfiguration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initEncoding' needs "this.". 438 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/IconInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 78 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 88 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 104 34
    # warning RequireThis Reference to instance variable 'width' needs "this.". 129 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/OSInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'major' needs "this.". 182 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/PlatformFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultChar' needs "this.". 180 23
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 206 22
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 281 41
    # warning RequireThis Reference to instance variable 'defaultChar' needs "this.". 282 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/SunToolkit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flushThread' needs "this.". 2048 34
    # warning RequireThis Reference to instance variable 'queueHead' needs "this.". 2062 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/datatransfer/DataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 2034 26
    # warning RequireThis Reference to instance variable 'index' needs "this.". 2067 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/datatransfer/SunClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentsContext' needs "this.". 158 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/dnd/SunDragSourceContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceActions' needs "this.". 264 52
    # warning RequireThis Reference to instance variable 'sourceActions' needs "this.". 340 50
    # warning RequireThis Reference to instance variable 'dispatchType' needs "this.". 495 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDT' needs "this.". 387 19
    # warning RequireThis Reference to instance variable 'currentDTC' needs "this.". 399 15
    # warning RequireThis Reference to instance variable 'currentDTC' needs "this.". 455 24
    # warning RequireThis Reference to instance variable 'currentSA' needs "this.". 634 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/Crossings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 67 43
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 68 29
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 19
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 32
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 27
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 40
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 216 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 218 22
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 225 20
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 38
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 22
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 36
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 249 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 252 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 273 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 278 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 283 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 288 18
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 325 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 329 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 376 37
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 403 24
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 459 26
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 462 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/CurveLink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ytop' needs "this.". 42 55
    # warning RequireThis Reference to instance variable 'ybot' needs "this.". 65 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/Edge.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastEdge' needs "this.". 77 22
    # warning RequireThis Reference to instance variable 'curve' needs "this.". 117 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/Order1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 103 19
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 106 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 110 39
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 114 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 117 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 33
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 124 31
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 128 31
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 134 35
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 136 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 145 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 176 22
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 177 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 183 20
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 184 20
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 202 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 202 37
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 205 19
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 208 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 209 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 210 41
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 211 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 269 27
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 270 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/Order2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 253 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 256 18
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 357 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 359 24
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 370 24
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 372 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 379 36
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 388 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 397 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 405 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/geom/Order3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 334 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 335 18
    # warning RequireThis Reference to instance variable 'YforT1' needs "this.". 336 18
    # warning RequireThis Reference to instance variable 'YforT2' needs "this.". 337 18
    # warning RequireThis Reference to instance variable 'YforT3' needs "this.". 338 18
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 344 30
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 345 30
    # warning RequireThis Reference to instance variable 'TforY2' needs "this.". 399 22
    # warning RequireThis Reference to instance variable 'YforT2' needs "this.". 400 22
    # warning RequireThis Reference to instance variable 'TforY1' needs "this.". 401 22
    # warning RequireThis Reference to instance variable 'YforT1' needs "this.". 402 22
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 484 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 487 18
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 506 26
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 506 45
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 508 25
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 508 44
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 510 24
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 521 26
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 521 45
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 523 25
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 523 44
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 525 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 532 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 532 51
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 544 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 544 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 556 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 556 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/im/ExecutableInputMethodManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentInputContext' needs "this.". 320 35
    # warning RequireThis Reference to instance variable 'hostAdapterLocator' needs "this.". 348 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/im/InputContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 382 40
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 391 56
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 493 35
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 618 30
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 626 26
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 630 26
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 925 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/im/InputMethodContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputMethodSupportsBelowTheSpot' needs "this.". 96 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/im/InputMethodLocator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locale' needs "this.". 128 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ByteBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 156 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 299 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 347 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 384 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 395 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 528 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 575 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 615 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 755 23
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 761 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ByteComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 194 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 59
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 331 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 333 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 385 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 392 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 394 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 431 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 441 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 443 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 542 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 547 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 608 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 614 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 616 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 664 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 671 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 673 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 723 33
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 728 62
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 730 66
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 737 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 739 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 895 23
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 905 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ByteInterleavedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 890 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 927 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 973 27
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 985 27
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 1064 27
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 1078 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/BytePackedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 185 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 185 63
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 186 29
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 187 31
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 344 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 488 22
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 594 32
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1014 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1127 22
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1244 22
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 1406 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/DataBufferNative.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 28
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/GifImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 395 23
    # warning RequireThis Reference to instance variable 'num_global_colors' needs "this.". 530 32
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 552 51
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 557 27
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 561 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 668 57
    # warning RequireThis Reference to instance variable 'disposal_method' needs "this.". 679 56
    # warning RequireThis Reference to instance variable 'x' needs "this.". 686 26
    # warning RequireThis Reference to instance variable 'width' needs "this.". 689 21
    # warning RequireThis Reference to instance variable 'x' needs "this.". 690 40
    # warning RequireThis Reference to instance variable 'y' needs "this.". 696 31
    # warning RequireThis Reference to instance variable 'height' needs "this.". 699 25
    # warning RequireThis Reference to instance variable 'y' needs "this.". 700 46
    # warning RequireThis Reference to instance variable 'model' needs "this.". 724 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 732 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ImageConsumerQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'consumer' needs "this.". 89 23
    # warning RequireThis Reference to instance variable 'securityContext' needs "this.". 91 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ImageRepresentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSrcLUT' needs "this.". 439 35
    # warning RequireThis Reference to instance variable 'srcModel' needs "this.". 464 34
    # warning RequireThis Reference to instance variable 'cmodel' needs "this.". 572 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/InputStreamImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'consumers' needs "this.". 290 18
    # warning RequireThis Reference to instance variable 'consumers' needs "this.". 303 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/IntegerComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 340 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 342 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 453 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 459 34
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 512 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 514 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 664 23
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 674 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/OffScreenImage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultFont' needs "this.". 93 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/OffScreenImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'theConsumer' needs "this.". 70 23
    # warning RequireThis Reference to instance variable 'height' needs "this.". 100 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 109 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 111 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 123 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 135 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 145 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 154 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 156 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 173 31
    # warning RequireThis Reference to instance variable 'width' needs "this.". 174 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/PNGImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 267 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 267 65
    # warning RequireThis Reference to instance variable 'bitDepth' needs "this.". 332 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 352 66
    # warning RequireThis Reference to instance variable 'height' needs "this.". 361 30
    # warning RequireThis Reference to instance variable 'width' needs "this.". 374 34
    # warning RequireThis Reference to instance variable 'transparentPixel' needs "this.". 398 50
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 666 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 667 58
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 668 31
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 670 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 675 70
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 682 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 684 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 687 48
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 688 23
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 692 22
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 712 67
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 749 30
    # warning RequireThis Reference to instance variable 'whiteX' needs "this.". 797 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ShortBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 153 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 294 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 342 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 380 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 390 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 526 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 573 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 613 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 754 23
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 760 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ShortComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 330 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 332 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 384 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 391 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 393 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 439 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 441 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 575 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 577 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 625 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 632 58
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 634 62
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 673 54
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 675 58
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 829 23
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 839 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/ToolkitImage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'imagerep' needs "this.". 283 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/URLImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'conn' needs "this.". 112 17
    # warning RequireThis Reference to instance variable 'url' needs "this.". 129 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/image/VolatileSurfaceManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 118 29
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 177 33
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 189 33
    # warning RequireThis Reference to instance variable 'sdPrevious' needs "this.". 218 27
    # warning RequireThis Reference to instance variable 'sdCurrent' needs "this.". 221 26
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 305 54
    # warning RequireThis Reference to instance variable 'sdAccel' needs "VolatileSurfaceManager.this.". 388 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/util/IdentityArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 222 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 399 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 429 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 521 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 529 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/awt/util/IdentityLinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 230 45
    # warning RequireThis Reference to instance variable 'size' needs "this.". 271 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 280 38
    # warning RequireThis Reference to instance variable 'header' needs "this.". 298 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 349 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 369 35
    # warning RequireThis Reference to instance variable 'header' needs "this.". 399 42
    # warning RequireThis Reference to instance variable 'header' needs "this.". 421 46
    # warning RequireThis Reference to instance variable 'header' needs "this.". 618 49
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 659 38
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 667 24
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 668 32
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 674 33
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 679 30
    # warning RequireThis Reference to instance variable 'next' needs "this.". 682 28
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 718 23
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 722 28
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 727 33
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 735 28
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 742 29
    # warning RequireThis Reference to instance variable 'header' needs "this.". 769 18
    # warning RequireThis Reference to instance variable 'header' needs "this.". 820 45
    # warning RequireThis Reference to instance variable 'header' needs "this.". 869 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/AttributeValues.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nondefault' needs "this.". 217 20
    # warning RequireThis Reference to instance variable 'baselineTransform' needs "this.". 545 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/CMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 492 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 496 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 500 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 504 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 601 54
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 849 31
    # warning RequireThis Reference to instance variable 'firstCode' needs "this.". 864 26
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 865 46
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 921 31
    # warning RequireThis Reference to instance variable 'firstCode' needs "this.". 932 42
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 933 38
    # warning RequireThis Reference to instance variable 'numGroups' needs "this.". 965 29
    # warning RequireThis Reference to instance variable 'highBit' needs "this.". 999 26
    # warning RequireThis Reference to instance variable 'power' needs "this.". 1000 33
    # warning RequireThis Reference to instance variable 'extra' needs "this.". 1012 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/CharToGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 56 25
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/CompositeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 113 33
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 281 31
    # warning RequireThis Reference to instance variable 'numMetricsSlots' needs "this.". 294 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 375 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 397 25
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 434 32
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 453 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/CoreMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssOffset' needs "this.". 70 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/Decoration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 316 38
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 321 34
    # warning RequireThis Reference to instance variable 'fgPaint' needs "this.". 433 59
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 434 60
    # warning RequireThis Reference to instance variable 'stdUnderline' needs "this.". 437 70
    # warning RequireThis Reference to instance variable 'imUnderline' needs "this.". 438 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/FileFontStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileFont' needs "this.". 387 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/FontDesignMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 575 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 576 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 586 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/FontFamily.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'familyName' needs "this.". 289 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/FontStrikeDesc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 243 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/GlyphLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lang' needs "this.". 151 29
    # warning RequireThis Reference to instance variable '_count' needs "this.". 592 41
    # warning RequireThis Reference to instance variable '_offset' needs "GlyphLayout.this.". 682 53
    # warning RequireThis Reference to instance variable 'eflags' needs "this.". 683 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/GlyphList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosLen' needs "this.". 165 35
    # warning RequireThis Reference to instance variable 'maxLen' needs "this.". 170 34
    # warning RequireThis Reference to instance variable 'positions' needs "this.". 294 58
    # warning RequireThis Reference to instance variable 'len' needs "this.". 470 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/GraphicComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 217 29
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 237 27
    # warning RequireThis Reference to instance variable 'graphicAdvance' needs "this.". 240 18
    # warning RequireThis Reference to instance variable 'graphicAdvance' needs "this.". 295 36
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 312 40
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 319 33
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 328 34
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 333 36
    # warning RequireThis Reference to instance variable 'graphic' needs "this.". 342 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/LayoutPathImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'px' needs "this.". 211 22
    # warning RequireThis Reference to instance variable 'py' needs "this.". 211 33
    # warning RequireThis Reference to instance variable 'px' needs "this.". 239 33
    # warning RequireThis Reference to instance variable 'py' needs "this.". 240 33
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 699 27
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 702 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 706 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 714 68
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 718 68
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 807 31
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 807 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/ScriptRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'textStart' needs "this.". 113 23
    # warning RequireThis Reference to instance variable 'textStart' needs "this.". 114 23
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 157 28
    # warning RequireThis Reference to instance variable 'scriptLimit' needs "this.". 162 23
    # warning RequireThis Reference to instance variable 'parenSP' needs "this.". 199 35
    # warning RequireThis Reference to instance variable 'parenSP' needs "this.". 210 38
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 246 28
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 250 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/StandardGlyphVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frc' needs "this.". 878 25
    # warning RequireThis Reference to instance variable 'glyphs' needs "this.". 1121 22
    # warning RequireThis Reference to instance variable 'frctx' needs "this.". 1200 18
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1818 58
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1818 66
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1822 71
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1822 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/StandardTextSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cstart' needs "this.". 225 19
    # warning RequireThis Reference to instance variable 'clen' needs "this.". 226 28
    # warning RequireThis Reference to instance variable 'start' needs "this.". 229 19
    # warning RequireThis Reference to instance variable 'len' needs "this.". 230 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/StrikeMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ascentX' needs "this.". 193 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/SunFontManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontsAreRegisteredPerAppContext' needs "this.". 2299 35
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 2304 31
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 2305 29
    # warning RequireThis Reference to instance variable 'maxCompFont' needs "this.". 2651 25
    # warning RequireThis Reference to instance variable '_usingPerAppContextComposites' needs "this.". 2857 44
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 3055 27
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 3056 29
    # warning RequireThis Reference to instance variable 'createdByFamilyName' needs "this.". 3116 27
    # warning RequireThis Reference to instance variable 'createdByFullName' needs "this.". 3144 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/TextLabelFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 122 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 122 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 126 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 132 99
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 148 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 148 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 152 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 157 99

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/TrueTypeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'directoryCount' needs "this.". 508 31
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 540 29
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 831 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 899 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 908 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 917 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/TrueTypeGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 81 29
    # warning RequireThis Reference to instance variable 'font' needs "this.". 101 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/font/Underline.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 146 36
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 149 44
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 47
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 62
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/instrument/InstrumentationImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mRetransfomableTransformerManager' needs "this.". 423 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/invoke/anon/AnonymousClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostClass' needs "this.". 140 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/invoke/util/Wrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wrapperType' needs "this.". 361 28
    # warning RequireThis Reference to instance variable 'primitiveType' needs "this.". 363 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/Spans.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mEnd' needs "this.". 310 43
    # warning RequireThis Reference to instance variable 'mStart' needs "this.". 335 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/SunGraphics2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'foregroundColor' needs "this.". 266 17
    # warning RequireThis Reference to instance variable 'constrainClip' needs "this.". 381 18
    # warning RequireThis Reference to instance variable 'textAntialiasHint' needs "this.". 691 22
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 884 25
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1577 42
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 1593 27
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 1614 24
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1614 41
    # warning RequireThis Reference to instance variable 'constrainY' needs "this.". 1657 27
    # warning RequireThis Reference to instance variable 'devScale' needs "this.". 1660 39
    # warning RequireThis Reference to instance variable 'paint' needs "this.". 1737 39
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 1860 18
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1861 18
    # warning RequireThis Reference to instance variable 'devClip' needs "this.". 1885 26
    # warning RequireThis Reference to instance variable 'clipState' needs "this.". 1910 30
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 2112 14
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 2113 14
    # warning RequireThis Reference to instance variable 'transform' needs "this.". 3394 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/SurfaceDataProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 466 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataArrayLength' needs "this.". 340 37
    # warning RequireThis Reference to instance variable 'dataArrayLength' needs "this.". 356 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/loops/GraphicsPrimitive.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'methodSignature' needs "this.". 270 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/loops/ProcessPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xMin' needs "this.". 99 39
    # warning RequireThis Reference to instance variable 'xMax' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'yMin' needs "this.". 101 39
    # warning RequireThis Reference to instance variable 'yMax' needs "this.". 102 39
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1858 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1864 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1887 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/BufferedContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedRGB' needs "this.". 194 31
    # warning RequireThis Reference to instance variable 'validatedSrcData' needs "this.". 211 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 212 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 214 28
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 236 22
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 257 22
    # warning RequireThis Reference to instance variable 'validatedFlags' needs "this.". 257 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/PixelToParallelogramConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'normRoundingBias' needs "this.". 174 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/Region.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 459 21
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 460 21
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 461 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 462 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 718 20
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 728 33
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 741 33
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 788 25
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 788 34
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 789 28
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 796 41
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 806 41
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 919 49
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 920 49
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 921 49
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 922 49
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1012 20
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1063 19
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1065 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1075 19
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1077 24
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1087 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1087 38
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1102 17
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 1102 29
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1102 40
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 1102 52
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1105 20
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1292 26
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1343 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/RegionClipSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 124 27
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 125 27
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 198 36
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'rgnbndslox' needs "this.". 208 36
    # warning RequireThis Reference to instance variable 'rgnbndsloy' needs "this.". 213 36
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 220 30
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 231 34
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 239 30
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 239 50
    # warning RequireThis Reference to instance variable 'lwmloy' needs "this.". 242 35
    # warning RequireThis Reference to instance variable 'lwmloy' needs "this.". 244 34
    # warning RequireThis Reference to instance variable 'lwmhiy' needs "this.". 245 34
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 265 38
    # warning RequireThis Reference to instance variable 'spanhix' needs "this.". 285 38
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 289 35
    # warning RequireThis Reference to instance variable 'spanlox' needs "this.". 300 43
    # warning RequireThis Reference to instance variable 'rgnlox' needs "this.". 310 27
    # warning RequireThis Reference to instance variable 'spanlox' needs "this.". 311 29
    # warning RequireThis Reference to instance variable 'rgnlox' needs "this.". 314 29
    # warning RequireThis Reference to instance variable 'rgnloy' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 318 29
    # warning RequireThis Reference to instance variable 'rgnloy' needs "this.". 321 29
    # warning RequireThis Reference to instance variable 'rgnhix' needs "this.". 324 27
    # warning RequireThis Reference to instance variable 'spanhix' needs "this.". 325 29
    # warning RequireThis Reference to instance variable 'rgnhix' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'rgnhiy' needs "this.". 331 27
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 332 29
    # warning RequireThis Reference to instance variable 'rgnhiy' needs "this.". 335 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/RegionSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 92 20
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 95 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 98 20
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 101 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 104 23
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 104 37
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 143 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 145 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 146 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 149 31
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 158 26
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 159 26
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 161 26
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 162 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/RenderBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curAddress' needs "this.". 106 35
    # warning RequireThis Reference to instance variable 'baseAddress' needs "this.". 110 35
    # warning RequireThis Reference to instance variable 'baseAddress' needs "this.". 118 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pipe/hw/ContextCapabilities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adapterId' needs "this.". 98 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/Curve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 69 19
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 69 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 70 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 70 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 86 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 86 33
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 90 30
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 93 30
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'day' needs "this.". 101 25
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'day' needs "this.". 116 43
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 117 35
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 117 47
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 118 41
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 132 32
    # warning RequireThis Reference to instance variable 'day' needs "this.". 132 42
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 133 42
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 134 32
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 134 41
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 134 51
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 134 61
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 135 29
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 135 38
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 231 35
    # warning RequireThis Reference to instance variable 'day' needs "this.". 232 35
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'day' needs "this.". 234 31
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 44
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 58
    # warning RequireThis Reference to instance variable 'i0' needs "this.". 277 27
    # warning RequireThis Reference to instance variable 'itype' needs "this.". 278 35
    # warning RequireThis Reference to instance variable 'curCurveOff' needs "this.". 280 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/Dasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstSegidx' needs "this.". 128 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 169 25
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 170 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 317 45
    # warning RequireThis Reference to instance variable 'lenAtLastSplit' needs "this.". 400 47
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 406 48
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 407 39
    # warning RequireThis Reference to instance variable 'lastT' needs "this.". 448 30
    # warning RequireThis Reference to instance variable 'nextT' needs "this.". 490 25
    # warning RequireThis Reference to instance variable 'lenAtNextT' needs "this.". 491 30
    # warning RequireThis Reference to instance variable 'recLevel' needs "this.". 492 41
    # warning RequireThis Reference to instance variable 'curveType' needs "this.". 514 33
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 524 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/PiscesCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 71 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 101 72
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 131 20
    # warning RequireThis Reference to instance variable 'bboxY1' needs "this.". 132 21
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 134 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 138 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 149 14
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 150 14
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 173 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'movx_adjust' needs "this.". 419 31
    # warning RequireThis Reference to instance variable 'movy_adjust' needs "this.". 420 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxTileAlphaSum' needs "this.". 130 20
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 186 54
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 208 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/Renderer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "Renderer.this.". 65 33
    # warning RequireThis Reference to instance variable 'maxY' needs "this.". 117 28
    # warning RequireThis Reference to instance variable 'edgeMinY' needs "this.". 281 18
    # warning RequireThis Reference to instance variable 'edgeMaxY' needs "this.". 282 18
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 287 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 288 22
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 290 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 291 22
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 301 47
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 303 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 348 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 352 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 353 41
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 359 44
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 365 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 368 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 435 36
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 436 36
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 460 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 461 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 478 43
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 486 50
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 487 74
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 488 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 489 77
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 490 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 501 22
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 502 37
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 510 33
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 520 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 521 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 522 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 523 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 526 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 527 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_X' needs "this.". 528 56
    # warning RequireThis Reference to instance variable 'SUBPIXEL_LG_POSITIONS_Y' needs "this.". 529 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/Stroker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 126 36
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 245 54
    # warning RequireThis Reference to instance variable 'miterLimitSq' needs "this.". 341 21
    # warning RequireThis Reference to instance variable 'cx0' needs "this.". 358 25
    # warning RequireThis Reference to instance variable 'cy0' needs "this.". 359 25
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 389 35
    # warning RequireThis Reference to instance variable 'sx0' needs "this.". 398 20
    # warning RequireThis Reference to instance variable 'sy0' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 404 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 404 37
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 406 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 406 37
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 434 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 434 47
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 435 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 435 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 443 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 443 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 444 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 444 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/java2d/pisces/TransformingPathConsumer2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 129 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 129 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 133 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 139 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 140 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 147 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 147 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 148 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 148 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 149 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 149 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 183 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 183 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 187 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 193 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 193 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 194 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 194 43
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 201 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 201 44
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 202 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 202 44
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 203 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 203 44
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 242 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 242 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 243 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 247 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 247 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 248 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 248 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 254 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 254 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 255 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 255 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 256 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 256 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 257 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 257 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 264 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 264 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 265 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 265 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 266 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 266 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 267 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 267 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 268 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 268 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 269 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 269 41
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 296 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 296 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 300 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 300 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 306 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 306 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 307 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 307 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 314 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 314 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 315 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 315 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 316 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 316 39
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 351 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 351 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 352 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 352 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 356 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 356 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 357 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 357 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 363 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 363 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 364 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 365 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 365 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 366 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 366 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 373 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 373 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 374 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 374 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 375 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 375 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 376 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 376 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 377 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 377 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 378 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 378 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/jvmstat/perfdata/monitor/SyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineno' needs "this.". 47 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastUsed' needs "this.". 154 21
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 296 24
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 472 59
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 478 64
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 632 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastNumEntries' needs "this.". 171 26
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 532 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/GcInfoBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 104 42
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 121 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/ManagementFactoryHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objname' needs "this.". 176 30
    # warning RequireThis Reference to instance variable 'objname' needs "this.". 234 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/NotificationEmitterSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listenerList' needs "this.". 146 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/counter/perf/PerfDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryLength' needs "this.". 79 27
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 155 27
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 163 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/counter/perf/PerfInstrumentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 91 56
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 97 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accessFile' needs "this.". 244 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmMemPoolPeakReset' needs "this.". 462 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/snmp/jvminstr/JvmThreadingImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmThreadPeakCountReset' needs "this.". 344 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/management/snmp/jvminstr/NotificationTargetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 128 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 211 42
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 261 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/ExtensionInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 211 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/FDBigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 534 25
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 948 30
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 1239 29
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1466 55
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 1488 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/FloatingDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 771 54
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 789 40
    # warning RequireThis Reference to instance variable 'firstDigitIndex' needs "this.". 792 40
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 917 34
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 925 38
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 937 46
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 938 26
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 941 22
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1249 33
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1470 40
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1470 63
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1481 43
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1485 37
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1555 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/HexDumpEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thisLineLength' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'thisLineLength' needs "this.". 117 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/ProxyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1683 23
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1685 39
    # warning RequireThis Reference to instance variable 'value' needs "this.". 1953 69
    # warning RequireThis Reference to instance variable 'index0' needs "this.". 2015 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/Queue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 144 51
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 211 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/Regexp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suffixLen' needs "this.". 83 36
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 109 27
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 111 19
    # warning RequireThis Reference to instance variable 'prefixLen' needs "this.". 125 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/RegexpPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 115 13
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 169 17
    # warning RequireThis Reference to instance variable 'prefixMachine' needs "this.". 178 17
    # warning RequireThis Reference to instance variable 'suffixMachine' needs "this.". 214 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/Signal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/UCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequence' needs "this.". 205 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/URLClassPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csu' needs "JarLoader.this.". 670 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/misc/UUEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mode' needs "this.". 182 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/NetworkServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 82 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/ProgressSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 162 24
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 28
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 197 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/ftp/impl/FtpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 434 44
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 476 40
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1225 50
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1271 50
    # warning RequireThis Reference to instance variable 'oldSocket' needs "this.". 1632 26
    # warning RequireThis Reference to instance variable 'server' needs "this.". 2067 21
    # warning RequireThis Reference to instance variable 'oldSocket' needs "this.". 2101 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 127 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 128 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 164 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 35
    # warning RequireThis Reference to instance variable 'count' needs "this.". 125 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/ExchangeImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uis_orig' needs "this.". 159 19
    # warning RequireThis Reference to instance variable 'uis_orig' needs "this.". 162 19
    # warning RequireThis Reference to instance variable 'uos_orig' needs "this.". 185 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 53 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 71 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/FixedLengthOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 74 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/SSLStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packet_buf_size' needs "this.". 197 27
    # warning RequireThis Reference to instance variable 'packet_buf_size' needs "this.". 200 24
    # warning RequireThis Reference to instance variable 'app_buf_size' needs "this.". 206 27
    # warning RequireThis Reference to instance variable 'app_buf_size' needs "this.". 209 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/httpserver/ServerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'events' needs "ServerImpl.this.". 336 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/HeaderParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 71 34
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 74 48
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 131 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 166 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 185 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "HeaderParser.this.". 203 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 224 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/MessageHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 62 25
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 107 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 112 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 153 25
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 163 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 175 22
    # warning RequireThis Reference to instance variable 'nkeys' needs "MessageHeader.this.". 199 32
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 295 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 335 25
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 368 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 369 47
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 378 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 379 59
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 517 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/MeteredStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 78 21
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 92 26
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 108 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 40
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 60
    # warning RequireThis Reference to instance variable 'count' needs "this.". 182 23
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 195 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/MimeEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeName' needs "this.". 333 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/MimeLauncher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'genericTempFileTemplate' needs "this.". 112 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/http/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 187 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 239 37
    # warning RequireThis Reference to instance variable 'chunkSize' needs "this.". 251 34
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 292 27
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 293 34
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 298 36
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 303 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 310 69
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 347 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 355 55
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 355 75
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 361 48
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 386 37
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 429 27
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 430 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 436 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 440 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 464 70
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 526 29
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 579 29
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 600 25
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 650 25
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 681 34
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 720 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/http/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferredChunkDataSize' needs "this.". 123 56
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 220 33
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 228 31
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 229 33
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 230 26
    # warning RequireThis Reference to instance variable 'preferedHeaderSize' needs "this.". 268 17
    # warning RequireThis Reference to instance variable 'preferredChunkDataSize' needs "this.". 270 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/http/HttpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 892 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/http/KeepAliveCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 333 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'instProxy' needs "this.". 260 17
    # warning RequireThis Reference to instance variable 'filename' needs "this.". 356 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferred_r' needs "this.". 92 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reuseClient' needs "this.". 939 20
    # warning RequireThis Reference to instance variable 'http' needs "this.". 2682 23
    # warning RequireThis Reference to instance variable 'connecting' needs "this.". 2999 26
    # warning RequireThis Reference to instance variable 'connecting' needs "this.". 3029 26
    # warning RequireThis Reference to instance variable 'markCount' needs "this.". 3289 28
    # warning RequireThis Reference to instance variable 'inCache' needs "this.". 3330 43
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3435 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3450 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3485 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 140 68
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 158 64
    # warning RequireThis Reference to instance variable 'jarFile' needs "this.". 195 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/AbstractPollSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 91 40
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 119 37
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 151 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/DatagramChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'readerThread' needs "this.". 1007 23
    # warning RequireThis Reference to instance variable 'writerThread' needs "this.". 1009 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/FileChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 792 30
    # warning RequireThis Reference to instance variable 'cap' needs "this.". 793 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/NativeObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 109 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 127 54
    # warning RequireThis Reference to instance variable 'address' needs "this.". 130 53
    # warning RequireThis Reference to instance variable 'address' needs "this.". 176 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 190 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 203 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 217 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 230 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 244 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 257 39
    # warning RequireThis Reference to instance variable 'address' needs "this.". 271 32
    # warning RequireThis Reference to instance variable 'address' needs "this.". 284 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 298 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 311 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 325 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 338 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 352 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/SelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keys' needs "this.". 58 26
    # warning RequireThis Reference to instance variable 'selectedKeys' needs "this.". 59 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/ch/Util.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 137 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/CharsetMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 67 19
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 67 33
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 68 19
    # warning RequireThis Reference to instance variable 'b1MinDB1' needs "this.". 69 23
    # warning RequireThis Reference to instance variable 'b1MaxDB1' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'b1MinDB1' needs "this.". 70 23
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 71 36
    # warning RequireThis Reference to instance variable 'b1MinDB2' needs "this.". 73 23
    # warning RequireThis Reference to instance variable 'b1MaxDB2' needs "this.". 73 41
    # warning RequireThis Reference to instance variable 'b1MinDB2' needs "this.". 74 23
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 75 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 284 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/UTF_32Coder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedBO' needs "this.". 85 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/UnicodeDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultByteOrder' needs "this.". 87 44
    # warning RequireThis Reference to instance variable 'expectedByteOrder' needs "this.". 132 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/UnicodeEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'usesMark' needs "this.". 105 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/DoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 166 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 166 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 167 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 195 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 195 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 196 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 228 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 228 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 229 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 262 22
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 262 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 264 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 473 22
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 473 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 479 23
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 479 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 496 39
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 496 52
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 563 30
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 597 30
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 644 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/IBM33722.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 100 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 110 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 162 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 171 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/IBM964.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 94 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 118 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 158 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 179 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/ISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curSODes' needs "this.". 106 28
    # warning RequireThis Reference to instance variable 'SODecoder' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'curSS2Des' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'SS2Decoder' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'curSS3Des' needs "this.". 114 28
    # warning RequireThis Reference to instance variable 'SS3Decoder' needs "this.". 115 30
    # warning RequireThis Reference to instance variable 'shiftout' needs "this.". 510 27
    # warning RequireThis Reference to instance variable 'SODesDefined' needs "this.". 511 31
    # warning RequireThis Reference to instance variable 'SS2DesDefined' needs "this.". 512 32
    # warning RequireThis Reference to instance variable 'SS3DesDefined' needs "this.". 513 32
    # warning RequireThis Reference to instance variable 'newshiftout' needs "this.". 551 32
    # warning RequireThis Reference to instance variable 'newSODesDefined' needs "this.". 552 36
    # warning RequireThis Reference to instance variable 'newSS2DesDefined' needs "this.". 553 37
    # warning RequireThis Reference to instance variable 'newSS3DesDefined' needs "this.". 554 37
    # warning RequireThis Reference to instance variable 'shiftout' needs "this.". 570 27
    # warning RequireThis Reference to instance variable 'SODesDefined' needs "this.". 571 31
    # warning RequireThis Reference to instance variable 'SS2DesDefined' needs "this.". 572 32
    # warning RequireThis Reference to instance variable 'SS3DesDefined' needs "this.". 573 32
    # warning RequireThis Reference to instance variable 'newshiftout' needs "this.". 611 32
    # warning RequireThis Reference to instance variable 'newSODesDefined' needs "this.". 612 36
    # warning RequireThis Reference to instance variable 'newSS2DesDefined' needs "this.". 613 37
    # warning RequireThis Reference to instance variable 'newSS3DesDefined' needs "this.". 614 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/ISO2022_JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentState' needs "this.". 263 45
    # warning RequireThis Reference to instance variable 'previousState' needs "this.". 266 44
    # warning RequireThis Reference to instance variable 'currentState' needs "this.". 382 45
    # warning RequireThis Reference to instance variable 'previousState' needs "this.". 385 44
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 619 51
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 631 47
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 726 51
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 738 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/cs/ext/SimpleEUCEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 69 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 69 56
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 72 21
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 76 23
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 81 25
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 85 25
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 130 46
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 130 79
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 136 33
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 139 32
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 143 32
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 210 46
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 210 79
    # warning RequireThis Reference to instance variable 'index2' needs "this.". 213 32
    # warning RequireThis Reference to instance variable 'index2a' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'index2b' needs "this.". 219 32
    # warning RequireThis Reference to instance variable 'index2c' needs "this.". 223 32
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 273 56
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 274 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/nio/fs/AbstractWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CLOSE_KEY' needs "this.". 88 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/print/PSPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mStartPathX' needs "this.". 1408 17
    # warning RequireThis Reference to instance variable 'mStartPathY' needs "this.". 1409 17
    # warning RequireThis Reference to instance variable 'llx' needs "this.". 2215 28
    # warning RequireThis Reference to instance variable 'epsTitle' needs "this.". 2216 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/print/RasterPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mFirstPage' needs "this.". 1739 28
    # warning RequireThis Reference to instance variable 'mFirstPage' needs "this.". 1739 52
    # warning RequireThis Reference to instance variable 'cachedBandWidth' needs "this.". 2157 34
    # warning RequireThis Reference to instance variable 'cachedBandHeight' needs "this.". 2158 35
    # warning RequireThis Reference to instance variable 'userCancelled' needs "this.". 2296 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/print/ServiceDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'btnApprove' needs "this.". 376 23
    # warning RequireThis Reference to instance variable 'btnProperties' needs "this.". 794 27
    # warning RequireThis Reference to instance variable 'rbAll' needs "this.". 1054 27
    # warning RequireThis Reference to instance variable 'rbSelect' needs "this.". 1056 34
    # warning RequireThis Reference to instance variable 'rbPages' needs "this.". 1058 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 1059 34
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1060 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 1073 28
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1073 55
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 1495 27
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 1498 27
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1501 27
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1504 27
    # warning RequireThis Reference to instance variable 'rmVal' needs "this.". 1769 29
    # warning RequireThis Reference to instance variable 'bmVal' needs "this.". 1780 29
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1852 23
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1852 38
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1853 23
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1853 38
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1855 23
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1856 25
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1857 25
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1858 25
    # warning RequireThis Reference to instance variable 'lmObj' needs "this.". 1861 23
    # warning RequireThis Reference to instance variable 'tmObj' needs "this.". 1862 25
    # warning RequireThis Reference to instance variable 'rmObj' needs "this.". 1863 25
    # warning RequireThis Reference to instance variable 'bmObj' needs "this.". 1864 25
    # warning RequireThis Reference to instance variable 'cbSize' needs "this.". 1936 31
    # warning RequireThis Reference to instance variable 'cbSource' needs "this.". 1949 38
    # warning RequireThis Reference to instance variable 'rbMonochrome' needs "this.". 2346 27
    # warning RequireThis Reference to instance variable 'rbColor' needs "this.". 2348 34
    # warning RequireThis Reference to instance variable 'rbDraft' needs "this.". 2438 27
    # warning RequireThis Reference to instance variable 'rbNormal' needs "this.". 2440 34
    # warning RequireThis Reference to instance variable 'rbHigh' needs "this.". 2442 34
    # warning RequireThis Reference to instance variable 'tfJobName' needs "this.". 2701 27
    # warning RequireThis Reference to instance variable 'tfUserName' needs "this.". 2704 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/print/SunPageSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pages' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/reflect/ClassFileAssembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStack' needs "this.". 199 21
    # warning RequireThis Reference to instance variable 'stack' needs "this.". 200 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/reflect/annotation/TypeAnnotation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'target' needs "this.". 131 25
    # warning RequireThis Reference to instance variable 'depth' needs "this.". 202 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/log/ReliableLog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorFormatVersion' needs "this.". 707 25
    # warning RequireThis Reference to instance variable 'logName' needs "this.". 709 49
    # warning RequireThis Reference to instance variable 'logEntries' needs "this.". 773 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/rmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 150 22
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 163 26
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 170 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/rmic/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClassDef' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/rmic/newrmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 140 25
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 142 22
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 155 26
    # warning RequireThis Reference to instance variable 'indentStep' needs "this.". 162 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClass' needs "this.". 194 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/rmic/newrmic/jrmp/StubSkeletonWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 142 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 149 40
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 268 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 273 28
    # warning RequireThis Reference to instance variable 'version' needs "this.". 524 63
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 539 32
    # warning RequireThis Reference to instance variable 'skeletonClassSimpleName' needs "this.". 546 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/runtime/NewThreadAction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/server/ActivatableRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 136 28
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 196 37
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 226 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/server/Activation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incarnation' needs "this.". 1134 42
    # warning RequireThis Reference to instance variable 'groupName' needs "GroupEntry.this.". 1287 38
    # warning RequireThis Reference to instance variable 'incarnation' needs "GroupEntry.this.". 1317 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/server/UnicastRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 467 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/DGCClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 417 44
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 457 38
    # warning RequireThis Reference to instance variable 'renewTime' needs "this.". 473 32
    # warning RequireThis Reference to instance variable 'renewTime' needs "EndpointEntry.this.". 563 43
    # warning RequireThis Reference to instance variable 'invalidRefs' needs "EndpointEntry.this.". 566 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/DGCImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 326 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/LiveRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ep' needs "this.". 172 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/WeakRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 77 53
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 89 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/proxy/HttpInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 96 27
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 100 38
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 112 30
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 113 30
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 155 19
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 156 19
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'bytesLeftAtMark' needs "this.". 188 21
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 198 17
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 199 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 198 25
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 209 43
    # warning RequireThis Reference to instance variable 'host' needs "this.". 339 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/ConnectionMultiplexer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastID' needs "this.". 268 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/MultiplexInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'present' needs "this.". 121 24
    # warning RequireThis Reference to instance variable 'waterMark' needs "this.". 123 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 124 68
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 129 46
    # warning RequireThis Reference to instance variable 'present' needs "this.". 135 28
    # warning RequireThis Reference to instance variable 'present' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 144 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 190 68
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 191 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 127 43
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 204 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 214 31
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 226 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/TCPChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 135 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/TCPConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roundtrip' needs "this.". 176 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/TCPEndpoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 477 22
    # warning RequireThis Reference to instance variable 'ssf' needs "this.". 478 34
    # warning RequireThis Reference to instance variable 'csf' needs "this.". 479 34
    # warning RequireThis Reference to instance variable 'host' needs "this.". 617 36
    # warning RequireThis Reference to instance variable 'host' needs "this.". 620 50
    # warning RequireThis Reference to instance variable 'host' needs "this.". 632 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/rmi/transport/tcp/TCPTransport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 427 65
    # warning RequireThis Reference to instance variable 'lastExceptionTime' needs "this.". 503 51
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 646 23
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 755 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/acl/AclImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deniedGroupsTable' needs "this.". 280 28
    # warning RequireThis Reference to instance variable 'allowedGroupsTable' needs "this.". 282 28
    # warning RequireThis Reference to instance variable 'deniedUsersTable' needs "this.". 285 28
    # warning RequireThis Reference to instance variable 'allowedUsersTable' needs "this.". 287 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ec/ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 142 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 143 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/GSSCaller.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 46 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/GSSNameImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appNameStr' needs "this.". 192 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/TokenTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 168 23
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 177 39
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 183 42
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 185 42
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 194 34
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 195 38
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 197 51
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 198 43
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 207 41
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 286 33
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 320 44
    # warning RequireThis Reference to instance variable 'start' needs "this.". 384 31
    # warning RequireThis Reference to instance variable 'end' needs "this.". 385 31
    # warning RequireThis Reference to instance variable 'start' needs "this.". 415 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/krb5/CipherHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 114 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 315 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 372 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 438 53
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 504 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 528 51
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 556 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 581 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 631 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 661 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 701 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 727 45
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 774 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 803 49
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1454 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1466 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1480 34
    # warning RequireThis Reference to instance variable 'temp' needs "this.". 1491 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/krb5/Krb5Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 296 34
    # warning RequireThis Reference to instance variable 'replayDetState' needs "this.". 313 36
    # warning RequireThis Reference to instance variable 'mySeqNumber' needs "this.". 373 22
    # warning RequireThis Reference to instance variable 'caller' needs "this.". 537 72
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1319 31
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1331 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/krb5/MessageToken_v2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ec' needs "this.". 250 35
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 377 19
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 378 24
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 381 71
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 382 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/krb5/WrapToken.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 231 23
    # warning RequireThis Reference to instance variable 'tokenLen' needs "this.". 231 48
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 261 48
    # warning RequireThis Reference to instance variable 'dataLen' needs "this.". 491 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/spnego/SpNegoContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 423 35
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 566 35
    # warning RequireThis Reference to instance variable 'state' needs "this.". 633 71
    # warning RequireThis Reference to instance variable 'replayDetState' needs "this.". 998 36
    # warning RequireThis Reference to instance variable 'sequenceDetState' needs "this.". 1015 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/jgss/wrapper/GSSNameElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printableName' needs "this.". 153 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 616 36
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 646 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/EncryptionKey.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 478 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/KdcComm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 219 66
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 224 66
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 390 32
    # warning RequireThis Reference to instance variable 'kdc' needs "this.". 395 75
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 417 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/KrbException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'returnCode' needs "this.". 99 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/internal/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adType' needs "this.". 122 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/internal/KRBError.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suSec' needs "this.". 393 49
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 394 54
    # warning RequireThis Reference to instance variable 'msgType' needs "this.". 408 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/internal/PAForUserEnc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 188 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/krb5/internal/ccache/Tag.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 53 23
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 58 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/ContentInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 174 62
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 214 60
    # warning RequireThis Reference to instance variable 'content' needs "this.". 215 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/PKCS7.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 194 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/PKCS8Key.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'encodedKey' needs "this.". 415 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/PKCS9Attribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oid' needs "this.". 501 66
    # warning RequireThis Reference to instance variable 'oid' needs "this.". 848 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/SignerInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuerName' needs "this.". 543 47
    # warning RequireThis Reference to instance variable 'digestAlgorithmId' needs "this.". 547 42
    # warning RequireThis Reference to instance variable 'authenticatedAttributes' needs "this.". 549 52
    # warning RequireThis Reference to instance variable 'digestEncryptionAlgorithmId' needs "this.". 552 52
    # warning RequireThis Reference to instance variable 'unauthenticatedAttributes' needs "this.". 559 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs/SigningCertificateInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuer' needs "this.". 161 44
    # warning RequireThis Reference to instance variable 'serialNumber' needs "this.". 162 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 235 31
    # warning RequireThis Reference to instance variable 'allowSingleThreadedModules' needs "this.". 293 52
    # warning RequireThis Reference to instance variable 'nssNetscapeDbWorkaround' needs "this.". 321 32
    # warning RequireThis Reference to instance variable 'description' needs "this.". 690 33
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 704 26
    # warning RequireThis Reference to instance variable 'slotListIndex' needs "this.". 718 35
    # warning RequireThis Reference to instance variable 'nssArgs' needs "this.". 980 29
    # warning RequireThis Reference to instance variable 'handleStartupErrors' needs "this.". 996 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 37
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 102 61
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 105 44
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 462 30
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 476 30
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 748 46
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 813 46
    # warning RequireThis Reference to instance variable 'padBuffer' needs "this.". 832 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11Digest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 167 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 169 21
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 187 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 154 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11Key.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyID' needs "this.". 208 25
    # warning RequireThis Reference to instance variable 'encoded' needs "this.". 424 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11KeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 242 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 243 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 113 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mechanism' needs "this.". 196 64
    # warning RequireThis Reference to instance variable 'significantKeySize' needs "this.". 240 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 218 65
    # warning RequireThis Reference to instance variable 'minKeySize' needs "this.". 229 46
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 233 46
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 368 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 201 37
    # warning RequireThis Reference to instance variable 'trusted' needs "this.". 207 39
    # warning RequireThis Reference to instance variable 'matched' needs "this.". 208 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 217 66
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 326 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11SecureRandom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 132 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/P11Signature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 271 34
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 293 34
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 395 70
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 410 26
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 426 27
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 561 34
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 616 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/Secmod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nssHandle' needs "this.". 211 52
    # warning RequireThis Reference to instance variable 'type' needs "this.". 447 70
    # warning RequireThis Reference to instance variable 'serverAuth' needs "this.". 688 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/Session.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastAccess' needs "this.". 82 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/SessionManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 142 34
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 190 17
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 211 34
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 212 37
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 214 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/SunPKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 855 56
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 861 52
    # warning RequireThis Reference to instance variable 'providerName' needs "this.". 1450 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/TemplateManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'operation' needs "this.". 178 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastLoginCheck' needs "this.". 169 20
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 229 21
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 231 29
    # warning RequireThis Reference to instance variable 'rsaFactory' needs "this.". 303 17
    # warning RequireThis Reference to instance variable 'dsaFactory' needs "this.". 309 17
    # warning RequireThis Reference to instance variable 'dhFactory' needs "this.". 315 17
    # warning RequireThis Reference to instance variable 'ecFactory' needs "this.". 321 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkcs11ModulePath' needs "this.". 1521 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretKeyCount' needs "this.". 1134 63
    # warning RequireThis Reference to instance variable 'certificateCount' needs "this.". 1147 44
    # warning RequireThis Reference to instance variable 'privateKeyCount' needs "this.". 2041 43
    # warning RequireThis Reference to instance variable 'secretKeyCount' needs "this.". 2045 43
    # warning RequireThis Reference to instance variable 'certificateCount' needs "this.". 2049 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/ConfigFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 225 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/DSAKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'params' needs "this.". 182 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/DigestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufOfs' needs "this.". 113 47
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 118 27
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 125 23
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 127 20
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 128 20
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 163 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 165 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/PolicyFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2296 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/PolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 406 32
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 408 32
    # warning RequireThis Reference to instance variable 'principalName' needs "this.". 1108 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/SeedGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 504 41
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 518 51
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 524 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trustedPubKey' needs "this.". 145 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/BasicChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trustedPubKey' needs "this.". 103 26
    # warning RequireThis Reference to instance variable 'caName' needs "this.". 110 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 79 29
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 145 38
    # warning RequireThis Reference to instance variable 'prevNC' needs "this.". 148 45
    # warning RequireThis Reference to instance variable 'i' needs "this.". 228 36
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 229 48
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 233 17
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 274 37
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 279 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/ForwardBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'caTargetSelector' needs "this.". 233 19
    # warning RequireThis Reference to instance variable 'caSelector' needs "this.". 280 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/KeyChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPathLen' needs "this.". 73 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/OCSPResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'responseStatus' needs "this.". 214 54
    # warning RequireThis Reference to instance variable 'responderName' needs "this.". 296 54
    # warning RequireThis Reference to instance variable 'responseStatus' needs "this.". 400 47
    # warning RequireThis Reference to instance variable 'responseStatus' needs "this.". 405 54
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 716 57
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 717 59
    # warning RequireThis Reference to instance variable 'certStatus' needs "this.". 815 41
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 817 50
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 818 52
    # warning RequireThis Reference to instance variable 'thisUpdate' needs "this.". 820 42
    # warning RequireThis Reference to instance variable 'nextUpdate' needs "this.". 822 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/PolicyChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIndex' needs "this.". 205 19
    # warning RequireThis Reference to instance variable 'certPathLen' needs "this.". 223 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/URICertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 269 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 285 44
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 382 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 399 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/Vertex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 233 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheMisses' needs "LDAPCertStore.this.". 330 40
    # warning RequireThis Reference to instance variable 'cacheHits' needs "LDAPCertStore.this.". 331 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 365 50
    # warning RequireThis Reference to instance variable 'requests' needs "LDAPCertStore.this.". 368 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/rsa/RSAPadding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paddedSize' needs "this.". 265 70
    # warning RequireThis Reference to instance variable 'maxDataSize' needs "this.". 349 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/smartcardio/CardImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 140 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/smartcardio/ChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 260 73
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 289 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/smartcardio/PCSCTerminals.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'current' needs "this.". 140 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/smartcardio/TerminalImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 144 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/CipherBox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tagSize' needs "this.". 926 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/ClientHandshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverKey' needs "this.". 803 23
    # warning RequireThis Reference to instance variable 'serverKey' needs "this.". 808 27
    # warning RequireThis Reference to instance variable 'ephemeralServerKey' needs "this.". 814 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/EngineArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 155 45
    # warning RequireThis Reference to instance variable 'len' needs "this.". 173 45
    # warning RequireThis Reference to instance variable 'len' needs "this.". 202 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 220 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 234 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/HandshakeMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 310 41
    # warning RequireThis Reference to instance variable 'cipherSuites' needs "this.". 319 43
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 393 41
    # warning RequireThis Reference to instance variable 'cipherSuite' needs "this.". 402 42
    # warning RequireThis Reference to instance variable 'compression_method' needs "this.". 403 48
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1052 47
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1058 47
    # warning RequireThis Reference to instance variable 'publicKey' needs "this.". 1193 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/Handshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'activeProtocolVersion' needs "this.". 498 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/InputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 348 25
    # warning RequireThis Reference to instance variable 'exlen' needs "this.". 503 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/OutputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 164 27
    # warning RequireThis Reference to instance variable 'headerOffset' needs "this.". 323 30
    # warning RequireThis Reference to instance variable 'headerOffset' needs "this.". 390 52
    # warning RequireThis Reference to instance variable 'headerOffset' needs "this.". 403 59
    # warning RequireThis Reference to instance variable 'headerOffset' needs "this.". 418 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 309 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SSLAlgorithmConstraints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 135 26
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 160 26
    # warning RequireThis Reference to instance variable 'enabledX509DisabledAlgConstraints' needs "this.". 188 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SSLContextImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultServerProtocolList' needs "this.". 322 30
    # warning RequireThis Reference to instance variable 'defaultClientProtocolList' needs "this.". 323 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SSLEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1057 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1085 31
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1741 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1808 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SSLSessionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sessionCount' needs "this.". 815 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SSLSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1090 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1114 31
    # warning RequireThis Reference to instance variable 'closeReason' needs "this.". 1510 61
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1955 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 2021 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/ServerHandshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientRequestedVersion' needs "this.". 501 48
    # warning RequireThis Reference to instance variable 'tempPrivateKey' needs "this.". 847 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/ServerNameExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listLength' needs "this.". 248 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/SignatureAlgorithmsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithmsLen' needs "this.". 104 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'builderIndex' needs "this.". 511 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/X509TrustManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientValidator' needs "this.". 153 17
    # warning RequireThis Reference to instance variable 'clientValidator' needs "this.". 156 25
    # warning RequireThis Reference to instance variable 'serverValidator' needs "this.". 166 17
    # warning RequireThis Reference to instance variable 'serverValidator' needs "this.". 169 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/ssl/krb5/KerberosPreMasterSecret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 168 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/timestamp/TSResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 252 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/tools/jarsigner/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasExpiredCert' needs "this.". 266 38
    # warning RequireThis Reference to instance variable 'badExtendedKeyUsage' needs "this.". 269 32
    # warning RequireThis Reference to instance variable 'aliasNotInStore' needs "this.". 275 37
    # warning RequireThis Reference to instance variable 'badExtendedKeyUsage' needs "this.". 761 36
    # warning RequireThis Reference to instance variable 'noTimestamp' needs "this.". 822 40
    # warning RequireThis Reference to instance variable 'signedjar' needs "this.". 1090 27
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1113 41
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1114 41
    # warning RequireThis Reference to instance variable 'badExtendedKeyUsage' needs "this.". 1419 32
    # warning RequireThis Reference to instance variable 'noTimestamp' needs "this.". 1462 36
    # warning RequireThis Reference to instance variable 'baseName' needs "this.". 2243 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/tools/keytool/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 308 26
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 900 27
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 905 27
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 910 31
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1024 26
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1028 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1047 25
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1056 26
    # warning RequireThis Reference to instance variable 'newPass' needs "this.". 1071 28
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1078 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1101 25
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1300 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1362 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1484 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1587 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1653 20
    # warning RequireThis Reference to instance variable 'keyPass' needs "this.". 1671 30
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 1689 21
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1738 24
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1765 28
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1773 28
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 1784 32
    # warning RequireThis Reference to instance variable 'srcstorePass' needs "this.". 1890 34
    # warning RequireThis Reference to instance variable 'destKeyPass' needs "this.". 1986 23
    # warning RequireThis Reference to instance variable 'rfc' needs "this.". 2073 28
    # warning RequireThis Reference to instance variable 'sslserver' needs "this.". 2412 69
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 2467 21
    # warning RequireThis Reference to instance variable 'keyAlias' needs "this.". 2585 21
    # warning RequireThis Reference to instance variable 'command' needs "this.". 4085 45
    # warning RequireThis Reference to instance variable 'fst' needs "this.". 4171 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/BitArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 128 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 140 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 193 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 210 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 501 45
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 538 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/DerIndefLenConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 93 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 133 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 178 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 317 26
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 322 37
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 323 28
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 332 39
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 337 26
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 342 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/DerValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 428 75
    # warning RequireThis Reference to instance variable 'length' needs "this.". 432 43
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 447 68
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 472 68
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 499 72
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 511 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 524 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 536 37
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 549 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 562 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 604 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 621 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 648 64
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 661 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 674 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 688 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 704 56
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 718 67
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 730 76
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 743 74
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 817 46
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 847 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minSize' needs "this.". 448 33
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 448 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/ManifestEntryVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 211 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/util/SignatureFileVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 220 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/validator/EndEntityChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'variant' needs "this.". 153 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/BasicConstraintsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathLen' needs "this.". 178 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/CertException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'verfCode' needs "this.". 152 40
    # warning RequireThis Reference to instance variable 'moreData' needs "this.". 171 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/DNSName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/DistributionPoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 384 53
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 387 53
    # warning RequireThis Reference to instance variable 'crlIssuer' needs "this.". 399 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/DistributionPointName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 234 57
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 237 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/EDIPartyName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 202 31
    # warning RequireThis Reference to instance variable 'assigner' needs "this.". 214 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/GeneralSubtree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 136 42
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 181 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/OtherName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 212 31
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/PolicyConstraintsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inhibit' needs "this.". 190 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/RFC822Name.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/X509CRLEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIssuer' needs "this.". 297 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/X509CRLImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sigAlgId' needs "this.". 506 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/security/x509/X509CertInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuer' needs "this.". 611 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/BakedArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_hashCode' needs "this.". 71 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/FilePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 158 24
    # warning RequireThis Reference to instance variable 'list' needs "this.". 345 29
    # warning RequireThis Reference to instance variable 'detailsTable' needs "this.". 361 29
    # warning RequireThis Reference to instance variable 'detailsTable' needs "this.". 376 37
    # warning RequireThis Reference to instance variable 'list' needs "this.". 376 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/JLightweightFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'copyBuffer' needs "this.". 328 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/MenuItemLayoutHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 338 39
    # warning RequireThis Reference to instance variable 'afterCheckIconGap' needs "this.". 444 23
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 447 23
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 451 22
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 452 22
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 577 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 578 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 586 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 610 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 618 47
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 642 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 643 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 652 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 676 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 684 47
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1319 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/plaf/synth/DefaultSynthStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 893 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 105 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/text/CompoundPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 52 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/swing/text/TextComponentPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 843 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/CodePointIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 90 17
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 94 17
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 100 59
    # warning RequireThis Reference to instance variable 'start' needs "this.". 113 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 115 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/IntHashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 58 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 79 25
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 195 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 197 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/bidi/BidiBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1235 25
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1285 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1400 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1419 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1553 25
    # warning RequireThis Reference to instance variable 'trailingWSStart' needs "this.". 2249 17
    # warning RequireThis Reference to instance variable 'dirPropsMemory' needs "this.". 2515 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2519 27
    # warning RequireThis Reference to instance variable 'parasMemory' needs "this.". 2524 21
    # warning RequireThis Reference to instance variable 'simpleParas' needs "this.". 2528 21
    # warning RequireThis Reference to instance variable 'levelsMemory' needs "this.". 2536 22
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2614 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2637 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2913 43
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 3254 31
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 3281 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/NormalizerBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 799 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 814 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 937 22
    # warning RequireThis Reference to instance variable 'nextIndex' needs "this.". 1490 22
    # warning RequireThis Reference to instance variable 'currentIndex' needs "this.". 1502 19
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 1507 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/Trie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_dataOffset_' needs "this.". 338 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/TrieIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 166 28
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 223 31
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 291 39
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 300 39
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 313 37
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 314 41
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 319 43
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 344 37
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 345 41
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 350 43
    # warning RequireThis Reference to instance variable 'm_nextCodepoint_' needs "this.". 359 43
    # warning RequireThis Reference to instance variable 'm_nextBlockIndex_' needs "this.". 387 53
    # warning RequireThis Reference to instance variable 'm_currentCodepoint_' needs "this.". 414 33
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 421 33
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 422 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/UCharacterProperty.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_additionalColumnsCount_' needs "this.". 179 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/UCharacterPropertyReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_propertyOffset_' needs "this.". 124 41
    # warning RequireThis Reference to instance variable 'm_exceptionOffset_' needs "this.". 128 32
    # warning RequireThis Reference to instance variable 'm_caseOffset_' needs "this.". 132 39
    # warning RequireThis Reference to instance variable 'm_additionalVectorsOffset_' needs "this.". 140 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/UnicodeSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1396 16
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1494 16
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1565 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/text/normalizer/UnicodeSetIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 139 28
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 140 28
    # warning RequireThis Reference to instance variable 'nextElement' needs "this.". 141 25
    # warning RequireThis Reference to instance variable 'endRange' needs "this.". 145 21
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 147 28
    # warning RequireThis Reference to instance variable 'nextElement' needs "this.". 148 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/Assembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxdepth' needs "this.". 268 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 332 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 344 26
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 351 28
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 769 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 873 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 914 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 923 37
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 928 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 937 26
    # warning RequireThis Reference to instance variable 'last' needs "this.". 951 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/ClassConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 77 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 152 24
    # warning RequireThis Reference to instance variable 'next' needs "this.". 216 26
    # warning RequireThis Reference to instance variable 'next' needs "this.". 248 26
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 760 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/Label.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ID' needs "this.". 112 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/LocalVariableTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 53 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 81 25
    # warning RequireThis Reference to instance variable 'len' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'len' needs "this.". 123 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/StringConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'str' needs "this.". 69 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/asm/SwitchData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minValue' needs "this.". 69 21
    # warning RequireThis Reference to instance variable 'maxValue' needs "this.". 72 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jar/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 156 26
    # warning RequireThis Reference to instance variable 'tflag' needs "this.". 356 34
    # warning RequireThis Reference to instance variable 'xflag' needs "this.". 363 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 370 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 377 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 399 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jar/SignatureFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 210 30
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 224 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/BinaryClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'basicCheckDone' needs "this.". 83 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/BinaryMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'atts' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'atts' needs "this.". 240 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/Identifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 316 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/Imports.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentPackage' needs "this.". 420 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'binaryPath' needs "this.". 99 27
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 159 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/ScannerInputReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 108 29
    # warning RequireThis Reference to instance variable 'chpos' needs "this.". 130 15
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 140 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/java/Type.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 164 23
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 412 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/javac/BatchEnvironment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourcePath' needs "this.". 1050 53
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1170 42
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1351 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/javac/BatchParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 135 59
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 214 58
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 231 57
    # warning RequireThis Reference to instance variable 'toplevelEnv' needs "this.". 237 15
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 241 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/javac/CompilerMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sig' needs "this.". 63 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/javac/SourceClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'basicCheckDone' needs "this.". 1081 30
    # warning RequireThis Reference to instance variable 'resolving' needs "this.". 1215 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/ConnectDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remoteTF' needs "this.". 530 23
    # warning RequireThis Reference to instance variable 'vmTable' needs "this.". 532 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/InternalDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 106 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/JConsole.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hotspotMI' needs "this.". 317 20
    # warning RequireThis Reference to instance variable 'connectButton' needs "this.". 321 20
    # warning RequireThis Reference to instance variable 'connectMI' needs "this.". 321 44
    # warning RequireThis Reference to instance variable 'tileMI' needs "this.". 335 27
    # warning RequireThis Reference to instance variable 'cascadeMI' needs "this.". 337 27
    # warning RequireThis Reference to instance variable 'minimizeAllMI' needs "this.". 339 27
    # warning RequireThis Reference to instance variable 'restoreAllMI' needs "this.". 347 27
    # warning RequireThis Reference to instance variable 'exitMI' needs "this.". 355 27
    # warning RequireThis Reference to instance variable 'userGuideMI' needs "this.". 357 27
    # warning RequireThis Reference to instance variable 'aboutMI' needs "this.". 359 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 96 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/MemoryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 300 47
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 302 47
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 364 40
    # warning RequireThis Reference to instance variable 'gcButton' needs "this.". 436 20
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 487 79
    # warning RequireThis Reference to instance variable 'groupGap' needs "this.". 488 60
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 488 79
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 507 65
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 509 51
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 512 97
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 514 57
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 589 39
    # warning RequireThis Reference to instance variable 'barHeight' needs "this.". 589 60
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 646 28
    # warning RequireThis Reference to instance variable 'heapRect' needs "this.". 647 21
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 648 35
    # warning RequireThis Reference to instance variable 'nonHeapRect' needs "this.". 649 21
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 660 43
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 690 27
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 692 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/OutputViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 121 50
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/Plotter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewRange' needs "this.". 227 24
    # warning RequireThis Reference to instance variable 'saveAsMI' needs "this.". 275 20
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 532 13
    # warning RequireThis Reference to instance variable 'decimals' needs "this.". 796 26
    # warning RequireThis Reference to instance variable 'decimalsMultiplier' needs "this.". 797 42
    # warning RequireThis Reference to instance variable 'size' needs "this.". 923 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 931 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 938 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/SummaryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathSeparator' needs "this.". 331 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/ThreadTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastSelected' needs "this.". 320 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XMBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objectName' needs "this.". 78 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valueCellEditor' needs "this.". 225 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentListener' needs "this.". 317 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'col2Width' needs "this.". 201 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 540 33
    # warning RequireThis Reference to instance variable 'prev' needs "this.". 723 22
    # warning RequireThis Reference to instance variable 'incr' needs "this.". 730 29
    # warning RequireThis Reference to instance variable 'decr' needs "this.". 737 29
    # warning RequireThis Reference to instance variable 'tabularNext' needs "this.". 744 29
    # warning RequireThis Reference to instance variable 'tabularPrev' needs "this.". 751 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refreshButton' needs "this.". 728 27
    # warning RequireThis Reference to instance variable 'clearButton' needs "this.". 733 27
    # warning RequireThis Reference to instance variable 'subscribeButton' needs "this.". 738 27
    # warning RequireThis Reference to instance variable 'unsubscribeButton' needs "this.". 743 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jconsole/inspector/XTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyPropertyList' needs "this.". 730 61
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 734 59
    # warning RequireThis Reference to instance variable 'tokenValue' needs "this.". 826 23
    # warning RequireThis Reference to instance variable 'tokenValue' needs "this.". 827 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jps/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 121 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'specialOption' needs "this.". 320 54
    # warning RequireThis Reference to instance variable 'vmIdString' needs "this.". 329 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/ColumnFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'number' needs "this.". 61 77
    # warning RequireThis Reference to instance variable 'number' needs "this.". 67 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/Expression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 46 48
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 52 53
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 63 54
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 74 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/OptionFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 102 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'previous' needs "this.". 123 21
    # warning RequireThis Reference to instance variable 'lookahead' needs "this.". 134 20
    # warning RequireThis Reference to instance variable 'lookahead' needs "this.". 136 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/Scale.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 183 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/jstat/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 68 40
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 92 55
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 98 60
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 103 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/AssignOpExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'itype' needs "this.". 123 21
    # warning RequireThis Reference to instance variable 'NOINC' needs "this.". 231 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/BreakStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 102 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/CatchStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 166 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/ContinueStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 112 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/FieldExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 1276 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/MethodExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'field' needs "this.". 648 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/NewInstanceExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outerArg' needs "this.". 100 34
    # warning RequireThis Reference to instance variable 'body' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'body' needs "this.". 243 27
    # warning RequireThis Reference to instance variable 'field' needs "this.". 388 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/StringExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tools/tree/UplevelReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localArgument' needs "this.". 399 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tracing/ProviderSkeleton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'providerType' needs "this.". 159 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/tracing/dtrace/DTraceProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'proxyClassNamePrefix' needs "this.". 111 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/BuddhistCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yearOffset' needs "this.". 141 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/PreHashedMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "PreHashedMap.this.". 192 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/calendar/BaseCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedYear' needs "this.". 169 28
    # warning RequireThis Reference to instance variable 'cachedFixedDateJan1' needs "this.". 173 34
    # warning RequireThis Reference to instance variable 'cachedFixedDateNextJan1' needs "this.". 174 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/calendar/CalendarDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hours' needs "this.". 415 29
    # warning RequireThis Reference to instance variable 'zoneOffset' needs "this.". 416 17
    # warning RequireThis Reference to instance variable 'zoneOffset' needs "this.". 466 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/calendar/ZoneInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 258 17
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 291 25
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 412 41
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 415 40
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 431 32
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 444 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/locale/StringTokenIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'end' needs "this.". 80 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/locale/provider/BreakDictionary.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 341 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/locale/provider/RuleBasedBreakIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1050 35
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1058 44
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1120 32
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1120 62
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1132 33
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1133 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1145 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1146 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1157 21
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1157 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/classes/sun/util/resources/ParallelListResourceBundle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyset' needs "this.". 142 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/ArcTest/ArcTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startAngle' needs "this.". 148 35
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 149 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/BarChart/BarChart.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 81 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 215 29
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 218 64
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 258 29
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 261 44
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 263 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/Clock/Clock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastxs' needs "this.". 152 19
    # warning RequireThis Reference to instance variable 'lastys' needs "this.". 152 35
    # warning RequireThis Reference to instance variable 'lastxm' needs "this.". 156 19
    # warning RequireThis Reference to instance variable 'lastym' needs "this.". 156 35
    # warning RequireThis Reference to instance variable 'lastxh' needs "this.". 160 19
    # warning RequireThis Reference to instance variable 'lastyh' needs "this.". 160 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/Fractal/CLSFractal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'border' needs "this.". 195 29
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 213 36
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 217 37
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 228 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 232 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 236 52
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 236 62
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 274 17
    # warning RequireThis Reference to instance variable 'Xmax' needs "this.". 277 17
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 280 17
    # warning RequireThis Reference to instance variable 'Ymax' needs "this.". 283 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/GraphicsTest/GraphicsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'step' needs "this.". 446 23
    # warning RequireThis Reference to instance variable 'step' needs "this.". 446 35
    # warning RequireThis Reference to instance variable 'step' needs "this.". 455 23
    # warning RequireThis Reference to instance variable 'step' needs "this.". 455 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/MoleculeViewer/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 244 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/MoleculeViewer/XYZApp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 153 18
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 423 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 457 44
    # warning RequireThis Reference to instance variable 'balls' needs "this.". 578 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/SpreadSheet/SpreadSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 98 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 99 33
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 118 26
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 144 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 145 33
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 167 33
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 168 37
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 170 35
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 186 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 261 21
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 269 25
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 270 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 272 31
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 273 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 274 21
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 278 30
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 283 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 284 29
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 285 27
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 311 32
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 313 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 319 17
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 329 31
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 330 27
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 331 38
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 338 32
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 500 29
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 690 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 693 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 699 37
    # warning RequireThis Reference to instance variable 'value' needs "this.". 746 35
    # warning RequireThis Reference to instance variable 'type' needs "this.". 803 43
    # warning RequireThis Reference to instance variable 'value' needs "this.". 807 48
    # warning RequireThis Reference to instance variable 'op' needs "this.". 814 45
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 855 25
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 893 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/WireFrame/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 244 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/applets/WireFrame/ThreeD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 154 18
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 175 19
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 175 34
    # warning RequireThis Reference to instance variable 'maxcon' needs "this.". 178 18
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 490 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 515 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/Option.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 152 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 153 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 247 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 248 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 260 30
    # warning RequireThis Reference to instance variable 'value' needs "this.". 327 65
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 337 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 338 25
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 350 30
    # warning RequireThis Reference to instance variable 'minvalue' needs "this.". 410 23
    # warning RequireThis Reference to instance variable 'maxvalue' needs "this.". 410 41
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 485 28
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 486 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 495 51
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 504 32
    # warning RequireThis Reference to instance variable 'size' needs "ObjectList.this.". 533 59
    # warning RequireThis Reference to instance variable 'size' needs "this.". 552 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 564 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 586 41
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 695 30
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 696 29
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 708 34
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 712 59
    # warning RequireThis Reference to instance variable 'size' needs "this.". 754 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 779 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 790 34
    # warning RequireThis Reference to instance variable 'index' needs "this.". 847 27
    # warning RequireThis Reference to instance variable 'index' needs "this.". 851 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/ResultSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 169 58
    # warning RequireThis Reference to instance variable 'description' needs "this.". 170 36
    # warning RequireThis Reference to instance variable 'start' needs "this.". 171 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/report/J2DAnalyzer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 664 23
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 718 52
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 724 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 728 27
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 730 27
    # warning RequireThis Reference to instance variable 'numruns' needs "this.". 732 26
    # warning RequireThis Reference to instance variable 'total' needs "this.". 733 27
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 736 36
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 745 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 747 28
    # warning RequireThis Reference to instance variable 'numunits' needs "this.". 755 26
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 758 47
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 760 47
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 766 33
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 767 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ImageTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 615 35
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 616 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/tests/PixelTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbits' needs "this.". 232 54
    # warning RequireThis Reference to instance variable 'nbits' needs "this.". 238 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/tests/cmm/DataConversionTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 83 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextConstructionTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'off' needs "this.". 378 23
    # warning RequireThis Reference to instance variable 'off' needs "this.". 379 36
    # warning RequireThis Reference to instance variable 'off' needs "this.". 391 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 394 19
    # warning RequireThis Reference to instance variable 'max' needs "this.". 405 27
    # warning RequireThis Reference to instance variable 'max' needs "this.". 421 19
    # warning RequireThis Reference to instance variable 'off' needs "this.". 437 19
    # warning RequireThis Reference to instance variable 'off' needs "this.". 450 28
    # warning RequireThis Reference to instance variable 'max' needs "this.". 450 46
    # warning RequireThis Reference to instance variable 'off' needs "this.". 451 108

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'backButton' needs "this.". 548 24
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 550 31
    # warning RequireThis Reference to instance variable 'closeButton' needs "this.". 561 31
    # warning RequireThis Reference to instance variable 'openRadioButton' needs "FileChooserDemo.this.". 655 22
    # warning RequireThis Reference to instance variable 'useEmbedInWizardCheckBox' needs "FileChooserDemo.this.". 659 29
    # warning RequireThis Reference to instance variable 'useControlsCheckBox' needs "FileChooserDemo.this.". 663 29
    # warning RequireThis Reference to instance variable 'enableDragCheckBox' needs "FileChooserDemo.this.". 665 29
    # warning RequireThis Reference to instance variable 'saveRadioButton' needs "FileChooserDemo.this.". 667 29
    # warning RequireThis Reference to instance variable 'customButton' needs "FileChooserDemo.this.". 671 29
    # warning RequireThis Reference to instance variable 'customField' needs "FileChooserDemo.this.". 671 50
    # warning RequireThis Reference to instance variable 'showAllFilesFilterCheckBox' needs "FileChooserDemo.this.". 675 29
    # warning RequireThis Reference to instance variable 'showImageFilesFilterCheckBox' needs "FileChooserDemo.this.". 677 29
    # warning RequireThis Reference to instance variable 'setHiddenCheckBox' needs "FileChooserDemo.this.". 681 29
    # warning RequireThis Reference to instance variable 'accessoryCheckBox' needs "FileChooserDemo.this.". 683 29
    # warning RequireThis Reference to instance variable 'useFileViewCheckBox' needs "FileChooserDemo.this.". 689 29
    # warning RequireThis Reference to instance variable 'useFileSystemViewCheckBox' needs "FileChooserDemo.this.". 695 29
    # warning RequireThis Reference to instance variable 'showFullDescriptionCheckBox' needs "FileChooserDemo.this.". 702 29
    # warning RequireThis Reference to instance variable 'justFilesRadioButton' needs "FileChooserDemo.this.". 705 29
    # warning RequireThis Reference to instance variable 'justDirectoriesRadioButton' needs "FileChooserDemo.this.". 707 29
    # warning RequireThis Reference to instance variable 'bothFilesAndDirectoriesRadioButton' needs "FileChooserDemo.this.". 709 29
    # warning RequireThis Reference to instance variable 'singleSelectionRadioButton' needs "FileChooserDemo.this.". 711 29
    # warning RequireThis Reference to instance variable 'multiSelectionRadioButton' needs "FileChooserDemo.this.". 715 29
    # warning RequireThis Reference to instance variable 'lafComboBox' needs "FileChooserDemo.this.". 719 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/jfc/Font2DTest/Font2DTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sizeField' needs "this.". 882 24
    # warning RequireThis Reference to instance variable 'fontMenu' needs "this.". 911 23
    # warning RequireThis Reference to instance variable 'styleMenu' needs "this.". 911 40
    # warning RequireThis Reference to instance variable 'transformMenu' needs "this.". 911 58
    # warning RequireThis Reference to instance variable 'methodsMenu' needs "this.". 926 30
    # warning RequireThis Reference to instance variable 'textMenu' needs "this.". 928 28
    # warning RequireThis Reference to instance variable 'transformMenuG2' needs "this.". 959 28
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 962 27
    # warning RequireThis Reference to instance variable 'fracMetricsMenu' needs "this.". 962 49
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 963 26
    # warning RequireThis Reference to instance variable 'displayGridCBMI' needs "this.". 991 26
    # warning RequireThis Reference to instance variable 'force16ColsCBMI' needs "this.". 993 31
    # warning RequireThis Reference to instance variable 'showFontInfoCBMI' needs "this.". 995 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/jfc/Font2DTest/FontPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontStyle' needs "this.". 237 51
    # warning RequireThis Reference to instance variable 'NONE' needs "this.". 251 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 284 27
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "this.". 286 32
    # warning RequireThis Reference to instance variable 'DRAW_GLYPHV' needs "this.". 287 24
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 288 32
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 290 32
    # warning RequireThis Reference to instance variable 'TL_DRAW' needs "this.". 292 26
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 348 27
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 377 27
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 397 26
    # warning RequireThis Reference to instance variable 'TL_OUTLINE' needs "FontPanel.this.". 536 32
    # warning RequireThis Reference to instance variable 'GV_OUTLINE' needs "FontPanel.this.". 536 60
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 545 50
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 546 49
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 550 47
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 551 64
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 553 32
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 554 32
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 570 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 595 31
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 718 31
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 718 57
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 734 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 734 58
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 735 35
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 740 51
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 741 41
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 743 33
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 746 51
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 750 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 756 34
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 770 33
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 770 54
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 782 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 782 58
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 787 42
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 794 55
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 795 53
    # warning RequireThis Reference to instance variable 'CANT_FIT_PRINT' needs "this.". 797 63
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 807 42
    # warning RequireThis Reference to instance variable 'CANT_FIT_PRINT' needs "this.". 811 63
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 814 35
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 839 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 839 58
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 841 37
    # warning RequireThis Reference to instance variable 'currentlyShownChar' needs "this.". 842 33
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 844 49
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 847 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 853 55
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 855 33
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 856 29
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 860 37
    # warning RequireThis Reference to instance variable 'currentlyShownChar' needs "this.". 861 33
    # warning RequireThis Reference to instance variable 'printPageNumber' needs "this.". 863 47
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 868 39
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 870 35
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 875 33
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 876 29
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 880 30
    # warning RequireThis Reference to instance variable 'isPrinting' needs "this.". 916 39
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 926 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 926 58
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 933 38
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 933 67
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 934 40
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 934 71
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 935 42
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 936 42
    # warning RequireThis Reference to instance variable 'maxAscent' needs "this.". 940 56
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 949 36
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 954 47
    # warning RequireThis Reference to instance variable 'drawStart' needs "this.". 956 44
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 966 47
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 973 40
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 1023 31
    # warning RequireThis Reference to instance variable 'lastPage' needs "this.". 1028 34
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1038 31
    # warning RequireThis Reference to instance variable 'antiAliasType' needs "FontPanel.this.". 1054 51
    # warning RequireThis Reference to instance variable 'fontName' needs "FontPanel.this.". 1060 44
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 1072 29
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1082 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1103 33
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1103 60
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 1109 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 1109 63
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1112 41
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 1114 44
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 1139 32
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 1141 32
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1142 53
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1143 55
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1162 56
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1169 74
    # warning RequireThis Reference to instance variable 'currMouseOverChar' needs "this.". 1181 28
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1209 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1209 58
    # warning RequireThis Reference to instance variable 'prevZoomChar' needs "this.". 1238 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 162 59
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 165 35
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 187 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/jfc/TableExample/TableSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compares' needs "this.". 232 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/management/MemoryMonitor/MemoryMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 226 34
    # warning RequireThis Reference to instance variable 'columnInc' needs "this.". 277 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1482 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1512 21
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1513 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 369 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 185 67
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 189 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/forkjoin/mergesort/MergeSort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'low' needs "this.". 86 24
    # warning RequireThis Reference to instance variable 'low' needs "this.". 89 45
    # warning RequireThis Reference to instance variable 'low' needs "this.". 105 41
    # warning RequireThis Reference to instance variable 'low' needs "this.". 108 35
    # warning RequireThis Reference to instance variable 'low' needs "this.". 109 39
    # warning RequireThis Reference to instance variable 'high' needs "this.". 111 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'memCapacityReached' needs "this.". 394 21
    # warning RequireThis Reference to instance variable 'fileCapacity' needs "this.". 412 26
    # warning RequireThis Reference to instance variable 'logStream' needs "this.". 427 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'config' needs "this.". 381 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbeanServer' needs "this.". 413 33
    # warning RequireThis Reference to instance variable 'state' needs "this.". 562 19
    # warning RequireThis Reference to instance variable 'state' needs "this.". 592 52
    # warning RequireThis Reference to instance variable 'state' needs "this.". 597 55
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 823 53
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 849 53
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 878 53
    # warning RequireThis Reference to instance variable 'delayBeforeNext' needs "this.". 885 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'file' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'file' needs "this.". 220 52
    # warning RequireThis Reference to instance variable 'file' needs "this.". 222 55
    # warning RequireThis Reference to instance variable 'file' needs "this.". 228 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/lambda/BulkDataOperations/src/CSVProcessor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 359 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/nio/server/ChannelIOSecure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initialHSStatus' needs "this.". 399 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/share/sample/nio/server/FileContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 104 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 108 59
    # warning RequireThis Reference to instance variable 'length' needs "this.". 109 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/java/io/UnixFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 166 44
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 167 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/java/util/prefs/FileSystemPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tmpFile' needs "FileSystemPreferences.this.". 626 29
    # warning RequireThis Reference to instance variable 'dir' needs "FileSystemPreferences.this.". 708 76
    # warning RequireThis Reference to instance variable 'lastSyncTime' needs "this.". 787 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/InfoWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorImage' needs "this.". 378 29
    # warning RequireThis Reference to instance variable 'warnImage' needs "this.". 380 29
    # warning RequireThis Reference to instance variable 'infoImage' needs "this.". 382 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/ListHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedIndex' needs "this.". 232 25
    # warning RequireThis Reference to instance variable 'font' needs "this.". 236 24
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 260 36
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 269 54
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 269 90
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 303 38
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 430 20
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 433 25
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 440 20
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 457 37
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 505 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 506 38
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 506 54
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 506 79
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 508 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 515 29
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 554 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 555 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 556 34
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 557 35
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 574 34
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 590 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/MotifDnDDragSourceProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetEnterServerTime' needs "this.". 142 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceX' needs "this.". 497 17
    # warning RequireThis Reference to instance variable 'sourceY' needs "this.". 498 17
    # warning RequireThis Reference to instance variable 'targetXWindow' needs "this.". 501 27
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 564 27
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 620 27
    # warning RequireThis Reference to instance variable 'sourceAtom' needs "this.". 918 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/WindowDimensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loc' needs "this.". 164 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XAtom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'display' needs "this.". 784 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XButtonPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 246 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XCheckboxPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 357 59
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 360 34
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 363 25
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 386 29
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 389 29
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 392 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XChoicePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragging' needs "this.". 426 36
    # warning RequireThis Reference to instance variable 'dragStartIdx' needs "this.". 447 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetsPropertyAtom' needs "this.". 147 21
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 253 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'darkShadow' needs "this.". 630 32
    # warning RequireThis Reference to instance variable 'lightShadow' needs "this.". 634 32
    # warning RequireThis Reference to instance variable 'isLayouting' needs "this.". 793 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimensions' needs "this.". 403 63
    # warning RequireThis Reference to instance variable 'focusProxy' needs "this.". 1031 63
    # warning RequireThis Reference to instance variable 'actualFocusedWindow' needs "this.". 1190 21
    # warning RequireThis Reference to instance variable 'actualFocusedWindow' needs "XDecoratedPeer.this.". 1209 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XEmbedCanvasPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keysym' needs "this.". 890 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XEmbedClientHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'embedded' needs "this.". 71 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XEmbedServerTester.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server_version' needs "this.". 193 53
    # warning RequireThis Reference to instance variable 'window' needs "this.". 399 61
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 591 100
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 596 100
    # warning RequireThis Reference to instance variable 'eventWaited' needs "this.". 698 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XFileDialogPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 553 23
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 650 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XFramePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menubar' needs "this.". 116 27
    # warning RequireThis Reference to instance variable 'lastAppliedMenubarHeight' needs "XFramePeer.this.". 192 39
    # warning RequireThis Reference to instance variable 'state' needs "this.". 315 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XIconWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 378 45
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 380 33
    # warning RequireThis Reference to instance variable 'iconWidth' needs "this.". 383 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XListPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 367 26
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 370 31
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 479 30
    # warning RequireThis Reference to instance variable 'fontLeading' needs "this.". 500 30
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 571 47
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 572 47
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 709 34
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 1007 20
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1104 63
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1110 47
    # warning RequireThis Reference to instance variable 'multipleSelections' needs "this.". 1201 50
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 1221 43
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 1221 71
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 1544 57
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1732 31
    # warning RequireThis Reference to instance variable 'buffer' needs "this.". 1797 35
    # warning RequireThis Reference to instance variable 'fontAscent' needs "XListPeer.this.". 1930 63
    # warning RequireThis Reference to instance variable 'prevFocusRect' needs "this.". 1995 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XMenuBarPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'helpMenu' needs "this.". 158 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XScrollPanePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 92 24
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 101 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 126 50
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 126 67
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 176 32
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 176 59
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 185 58
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 196 31
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 330 32
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 331 31
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 367 27
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 369 34
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 407 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 443 26
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 486 38
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 523 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XScrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 102 17
    # warning RequireThis Reference to instance variable 'min' needs "this.". 103 17
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 104 30
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 105 23
    # warning RequireThis Reference to instance variable 'val' needs "this.". 109 40
    # warning RequireThis Reference to instance variable 'line' needs "this.". 401 33
    # warning RequireThis Reference to instance variable 'line' needs "this.". 405 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 409 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 413 33
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 752 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 765 84
    # warning RequireThis Reference to instance variable 'min' needs "this.". 800 27
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 839 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownershipTime' needs "this.". 551 70
    # warning RequireThis Reference to instance variable 'ownershipListener' needs "this.". 698 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XTextAreaPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bar' needs "this.". 1475 29
    # warning RequireThis Reference to instance variable 'button' needs "this.". 1480 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XTrayIconPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'autosize' needs "this.". 547 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XWarningWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentSize' needs "this.". 125 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'target' needs "this.". 324 44
    # warning RequireThis Reference to instance variable 'target' needs "this.". 327 27
    # warning RequireThis Reference to instance variable 'backgroundColor' needs "this.". 479 17
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 1386 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 1386 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/XWindowPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownerPeer' needs "this.". 230 51
    # warning RequireThis Reference to instance variable 'isUnhiding' needs "this.". 1416 19
    # warning RequireThis Reference to instance variable 'modalBlocker' needs "this.". 1584 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 841 39
    # warning RequireThis Reference to instance variable 'defaultBaseClass' needs "this.". 846 33
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 941 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11GraphicsConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 298 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 122 22
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'screen' needs "X11GraphicsDevice.this.". 443 87
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 522 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/X11InputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 406 36
    # warning RequireThis Reference to instance variable 'composedText' needs "this.". 693 62
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1072 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1088 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1090 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/XSettings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'idx' needs "this.". 129 57
    # warning RequireThis Reference to instance variable 'nsettings' needs "this.". 228 37
    # warning RequireThis Reference to instance variable 'dlen' needs "this.". 228 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/awt/motif/X11CNS11643.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 105 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/font/NativeStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 147 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 148 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 165 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 166 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/jules/JulesAATileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 115 29
    # warning RequireThis Reference to instance variable 'top' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 121 36
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 156 44
    # warning RequireThis Reference to instance variable 'tileCnt' needs "this.". 191 37
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 302 27
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 306 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/jules/TileWorker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'workerStartIndex' needs "this.". 87 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 663 21
    # warning RequireThis Reference to instance variable 'xorpixelmod' needs "this.". 691 18
    # warning RequireThis Reference to instance variable 'validatedPixel' needs "this.". 692 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/DirtyRegion.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 60 21
    # warning RequireThis Reference to instance variable 'y' needs "this.". 64 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/GrowableByteArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 54 25
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 110 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/GrowableIntArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 51 17
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 99 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/MaskTileManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 98 37
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 99 41
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 100 58
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 135 23
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 147 21
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 185 28
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 221 32
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 223 23
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 225 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/XRColor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alpha' needs "this.". 120 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/XRCompositeManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedPaint' needs "this.". 157 41
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 160 22
    # warning RequireThis Reference to instance variable 'alphaMaskPict' needs "this.". 214 29
    # warning RequireThis Reference to instance variable 'gradCachePicture' needs "this.". 249 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/XRDrawLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 63 19
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 64 19
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 94 26
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 99 26
    # warning RequireThis Reference to instance variable 'ucY1' needs "this.". 108 19
    # warning RequireThis Reference to instance variable 'ucY1' needs "this.". 109 31
    # warning RequireThis Reference to instance variable 'ucX1' needs "this.". 116 19
    # warning RequireThis Reference to instance variable 'ucX1' needs "this.". 117 31
    # warning RequireThis Reference to instance variable 'ucY1' needs "this.". 240 35
    # warning RequireThis Reference to instance variable 'ucX1' needs "this.". 259 35
    # warning RequireThis Reference to instance variable 'ucY2' needs "this.". 281 35
    # warning RequireThis Reference to instance variable 'ucX2' needs "this.". 302 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/XRSolidSrcPict.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curPixVal' needs "this.". 48 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xrtxpipe' needs "this.". 137 30
    # warning RequireThis Reference to instance variable 'xrpipe' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'xrtxpipe' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'xrpipe' needs "this.". 143 33
    # warning RequireThis Reference to instance variable 'validatedFilter' needs "this.". 478 23
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 493 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/net/sdp/SdpProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixByteCount' needs "this.". 150 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 224 25
    # warning RequireThis Reference to instance variable 'updateCount' needs "this.". 239 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 270 25
    # warning RequireThis Reference to instance variable 'updateCount' needs "this.". 286 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/EPollPort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NEED_TO_POLL' needs "EPollPort.this.". 266 35
    # warning RequireThis Reference to instance variable 'EXECUTE_TASK_OR_SHUTDOWN' needs "EPollPort.this.". 279 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/EventPortWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'INITIAL_PENDING_UPDATE_SIZE' needs "this.". 212 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/KQueuePort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NEED_TO_POLL' needs "KQueuePort.this.". 274 35
    # warning RequireThis Reference to instance variable 'EXECUTE_TASK_OR_SHUTDOWN' needs "KQueuePort.this.". 287 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'acceptHandler' needs "this.". 105 23
    # warning RequireThis Reference to instance variable 'acceptAttachment' needs "this.". 106 19
    # warning RequireThis Reference to instance variable 'acceptFuture' needs "this.". 107 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'writePending' needs "this.". 146 31
    # warning RequireThis Reference to instance variable 'readHandler' needs "UnixAsynchronousSocketChannelImpl.this.". 447 27
    # warning RequireThis Reference to instance variable 'readAttachment' needs "UnixAsynchronousSocketChannelImpl.this.". 448 23
    # warning RequireThis Reference to instance variable 'readFuture' needs "UnixAsynchronousSocketChannelImpl.this.". 449 26
    # warning RequireThis Reference to instance variable 'writeHandler' needs "UnixAsynchronousSocketChannelImpl.this.". 642 27
    # warning RequireThis Reference to instance variable 'writeAttachment' needs "UnixAsynchronousSocketChannelImpl.this.". 643 23
    # warning RequireThis Reference to instance variable 'writeFuture' needs "UnixAsynchronousSocketChannelImpl.this.". 644 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'glDecoder' needs "this.". 227 27
    # warning RequireThis Reference to instance variable 'glHigh' needs "this.". 228 24
    # warning RequireThis Reference to instance variable 'grDecoder' needs "this.". 230 27
    # warning RequireThis Reference to instance variable 'grHigh' needs "this.". 231 24
    # warning RequireThis Reference to instance variable 'lastDecoder' needs "this.". 233 51
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 286 27
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 514 31
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 546 31
    # warning RequireThis Reference to instance variable 'glDecoder' needs "this.". 601 32
    # warning RequireThis Reference to instance variable 'grDecoder' needs "this.". 609 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'encoder' needs "this.". 121 28
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 206 39
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 230 30
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 232 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/nio/fs/UnixDirectoryStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 211 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/print/CUPSPrinter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nPageSizes' needs "this.". 184 25
    # warning RequireThis Reference to instance variable 'nTrays' needs "this.". 230 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/print/IPPPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isCupsPrinter' needs "this.". 889 36
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 1677 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/print/UnixPrintJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sides' needs "this.". 384 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/print/UnixPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 221 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 253 52
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 305 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 321 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/security/provider/NativePRNG.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mixRandom' needs "this.". 385 25
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 469 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/classes/sun/tools/attach/SolarisVirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fd' needs "this.". 127 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/solaris/demo/jni/Poller/LinkedQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head_' needs "this.". 104 13
    # warning RequireThis Reference to instance variable 'count_' needs "this.". 116 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/java/io/WinNTFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 272 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/Win32GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 106 32
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 108 54
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 270 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/shell/Win32ShellFolder2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'largeIcon' needs "this.". 958 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 150 34
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 150 58
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 157 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 157 47
    # warning RequireThis Reference to instance variable 'surfaceData' needs "this.". 448 27
    # warning RequireThis Reference to instance variable 'backBuffer' needs "this.". 455 25
    # warning RequireThis Reference to instance variable 'isLayouting' needs "this.". 935 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WDataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iHTMLStart' needs "this.". 840 26
    # warning RequireThis Reference to instance variable 'iHTMLEnd' needs "this.". 842 24
    # warning RequireThis Reference to instance variable 'iFragStart' needs "this.". 844 25
    # warning RequireThis Reference to instance variable 'iFragEnd' needs "this.". 846 23
    # warning RequireThis Reference to instance variable 'iHTMLStart' needs "this.". 851 32
    # warning RequireThis Reference to instance variable 'iHTMLEnd' needs "this.". 852 30
    # warning RequireThis Reference to instance variable 'iFragStart' needs "this.". 855 32
    # warning RequireThis Reference to instance variable 'iFragEnd' needs "this.". 856 30
    # warning RequireThis Reference to instance variable 'iSelStart' needs "this.". 860 32
    # warning RequireThis Reference to instance variable 'iSelEnd' needs "this.". 861 30
    # warning RequireThis Reference to instance variable 'iStartOffset' needs "this.". 871 28
    # warning RequireThis Reference to instance variable 'iReadCount' needs "this.". 877 29
    # warning RequireThis Reference to instance variable 'iEndOffset' needs "this.". 891 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WDesktopProperties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'winEventName' needs "this.". 218 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WEmbeddedFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandWidth' needs "this.". 135 49
    # warning RequireThis Reference to instance variable 'bandHeight' needs "this.". 152 65
    # warning RequireThis Reference to instance variable 'bandHeight' needs "this.". 159 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WInputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 272 25
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 291 42
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 299 41
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 329 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driverDoesMultipleCopies' needs "this.". 873 51
    # warning RequireThis Reference to instance variable 'mLastFontSize' needs "this.". 1088 25
    # warning RequireThis Reference to instance variable 'mLastFontStyle' needs "this.". 1089 25
    # warning RequireThis Reference to instance variable 'mLastRotation' needs "this.". 1090 25
    # warning RequireThis Reference to instance variable 'mLastAwScale' needs "this.". 1091 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/awt/windows/WToolkit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dynamicLayoutSetting' needs "this.". 526 18
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 608 21
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 616 25
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 619 25
    # warning RequireThis Reference to instance variable 'wprops' needs "this.". 882 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/java2d/d3d/D3DSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixel' needs "this.". 454 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/ch/PollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 90 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/ch/WindowsAsynchronousFileChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 402 24
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 409 28
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 435 23
    # warning RequireThis Reference to instance variable 'src' needs "this.". 593 24
    # warning RequireThis Reference to instance variable 'src' needs "this.". 616 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remote' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 419 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 446 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 473 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 486 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 694 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 725 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 754 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeupSourceFd' needs "WindowsSelectorImpl.this.". 344 29
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 449 46
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 457 52
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 512 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/fs/WindowsDirectoryStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 219 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/fs/WindowsPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 229 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/nio/fs/WindowsWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileIndexHigh' needs "this.". 215 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/print/Win32PrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mediaSizeNames' needs "this.". 477 25
    # warning RequireThis Reference to instance variable 'nCopies' needs "this.". 742 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/security/krb5/internal/tools/Klist.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 183 48
    # warning RequireThis Reference to instance variable 'name' needs "this.". 187 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 190 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 33
    # warning RequireThis Reference to instance variable 'name' needs "this.". 225 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/security/krb5/internal/tools/Ktab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 259 51
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 285 53
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 289 51
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 370 66
    # warning RequireThis Reference to instance variable 'vDel' needs "this.". 371 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/src/windows/classes/sun/security/mscapi/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 330 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/crypto/provider/Cipher/AES/TestShortBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 126 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 149 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 188 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/crypto/provider/Cipher/PBE/PKCS12CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 53
    # warning RequireThis Reference to instance variable 'password' needs "this.". 142 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 144 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 145 62
    # warning RequireThis Reference to instance variable 'password' needs "this.". 157 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 159 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 160 62
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/crypto/provider/Cipher/RC2ArcFour/CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 147 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 155 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 157 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/crypto/provider/Mac/MacKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 123 54
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 55
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 132 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/BreakpointTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 93 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/ClassLoaderTarg.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 81 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/ConstantPoolInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 133 39
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 134 76
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 164 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/ControlFlow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 45 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/ExceptionEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eventCount' needs "this.". 346 36
    # warning RequireThis Reference to instance variable 'exceptionName' needs "this.". 413 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/GetLocalVariables.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i_short' needs "this.". 215 35
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 216 36
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 217 36
    # warning RequireThis Reference to instance variable 'i_float' needs "this.". 219 28
    # warning RequireThis Reference to instance variable 'i_byte' needs "this.". 221 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/MethodEntryExitEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedEntryCount' needs "this.". 271 34
    # warning RequireThis Reference to instance variable 'expectedExitCount' needs "this.". 272 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/ModificationWatchpoints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 278 55
    # warning RequireThis Reference to instance variable 'className' needs "this.". 293 42
    # warning RequireThis Reference to instance variable 'className' needs "this.". 298 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/OnThrowTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'touchFile' needs "this.". 55 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/PopAsynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result' needs "this.". 203 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/PopSynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 140 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/SimulResumerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 131 44
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 134 47
    # warning RequireThis Reference to instance variable 'debuggeeThread2' needs "this.". 136 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/StepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedCount' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'workaroundCount' needs "this.". 157 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/SuspendThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 88 54
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 144 29
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 155 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/TestScaffold.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mainStartClass' needs "TestScaffold.this.". 390 53
    # warning RequireThis Reference to instance variable 'vmDied' needs "this.". 900 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/redefineMethod/RedefineTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bpCnt' needs "this.". 282 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/sde/InstallSDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 101 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 106 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 158 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jdi/sde/MangleStepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 119 42
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 121 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jndi/ldap/BalancedParentheses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 109 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jndi/ldap/InvalidLdapFilters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 166 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/jndi/ldap/LdapName/EmptyNameSearch.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 99 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/net/httpserver/Test12.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 158 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/net/httpserver/Test13.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 165 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/net/httpserver/Test9.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 170 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 172 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 173 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 174 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 175 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 176 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 177 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/net/httpserver/Test9a.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 164 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 166 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 167 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 168 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 169 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 170 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 171 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/net/httpserver/bugs/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 28
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/com/sun/security/sasl/digest/CheckNegotiatedQOPs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'caseNumber' needs "this.". 95 40
    # warning RequireThis Reference to instance variable 'requestedQOPs' needs "this.". 96 56
    # warning RequireThis Reference to instance variable 'supportedQOPs' needs "this.". 97 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/demo/jvmti/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thread_count' needs "this.". 153 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/demo/jvmti/DemoRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'demo_name' needs "this.". 164 51
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 165 57
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 175 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/demo/zipfs/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indent' needs "this.". 117 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkit' needs "this.". 51 52
    # warning RequireThis Reference to instance variable 'keyTypedOnTextField' needs "this.". 105 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Container/isRemoveNotifyNeeded/JInternalFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'background' needs "this.". 67 52
    # warning RequireThis Reference to instance variable 'background' needs "this.". 73 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/EventQueue/6638195/bug6638195.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'beforeDispatchInvoked' needs "this.". 157 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/EventQueue/PostEventOrderingTest/PostEventOrderingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myval' needs "this.". 87 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/6981400/Test1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 218 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 90 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 101 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 113 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/FocusTraversalPolicy/DefaultFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 119 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/FocusTraversalPolicy/LayoutFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 120 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testButton' needs "this.". 80 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Focus/RequestFocusToDisabledCompTest/RequestFocusToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b0' needs "this.". 69 66
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/FontClass/CreateFont/BigFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 41 22
    # warning RequireThis Reference to instance variable 'id' needs "this.". 61 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 96 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 131 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Frame/FrameStateTest/FrameStateTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'resizable' needs "this.". 214 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/FullScreen/MultimonFullscreenTest/MultimonFullscreenTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defDev' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputType' needs "this.". 115 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Graphics/LineClipTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clipY1' needs "this.". 195 28
    # warning RequireThis Reference to instance variable 'clipX1' needs "this.". 196 28
    # warning RequireThis Reference to instance variable 'clipBumpVal' needs "this.". 458 25
    # warning RequireThis Reference to instance variable 'clipBumpVal' needs "this.". 461 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Graphics2D/DrawString/AlphaSurfaceText.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 67 25
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 68 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Graphics2D/DrawString/DrawStrSuper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 83 26
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 84 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 117 40
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 120 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Mouse/ExtraMouseClick/ExtraMouseClick.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 105 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 115 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 120 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 140 32
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 145 32
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 162 24
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 163 100
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 178 120
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 190 120
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 210 129
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 223 129
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 234 162

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ITERATIONS_COUNT' needs "this.". 89 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/MultipleGradientPaint/MultiGradientTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmbPaint' needs "this.". 367 27
    # warning RequireThis Reference to instance variable 'cmbCycle' needs "this.". 369 34
    # warning RequireThis Reference to instance variable 'cmbSpace' needs "this.". 371 34
    # warning RequireThis Reference to instance variable 'cmbShape' needs "this.". 373 34
    # warning RequireThis Reference to instance variable 'cmbXform' needs "this.". 375 34
    # warning RequireThis Reference to instance variable 'cbAntialias' needs "this.". 377 34
    # warning RequireThis Reference to instance variable 'cbRender' needs "this.". 381 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/TextArea/UsingWithMouse/SelectionAutoscrollTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 105 39
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 174 53
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 175 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/Window/TopLevelLocation/TopLevelLocation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastLoc' needs "this.". 76 63
    # warning RequireThis Reference to instance variable 'origLoc' needs "this.". 77 67
    # warning RequireThis Reference to instance variable 'right' needs "this.". 106 33
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 109 32
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 112 42
    # warning RequireThis Reference to instance variable 'right' needs "this.". 115 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/Button2DragTest/Button2DragTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropSuccess' needs "Button2DragTest.this.". 68 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/FileListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 90 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/ImageDecoratedDnD/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 137 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 161 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 175 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/ImageDecoratedDnDInOut/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 137 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 161 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 175 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/ImageDecoratedDnDNegative/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iProblem' needs "DnDSource.this.". 125 39
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 175 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 199 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 213 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/URIListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 100 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/dnd/URIListToFileListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 87 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/event/MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mousePositionOnScreen' needs "this.". 137 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'last' needs "this.". 123 16
    # warning RequireThis Reference to instance variable 'last' needs "this.". 140 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/font/Threads/FontThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 61 39
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 63 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/im/InputContext/bug4625203.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 78 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 82 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 169 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 124 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 126 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedInputStream/CloseStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OPEN' needs "this.". 59 23
    # warning RequireThis Reference to instance variable 'CLOSED' needs "this.". 60 22
    # warning RequireThis Reference to instance variable 'CLOSED' needs "this.". 65 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedInputStream/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 56 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedReader/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 52 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedReader/Lines.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'line_no' needs "this.". 95 37
    # warning RequireThis Reference to instance variable 'line_no' needs "this.". 117 38
    # warning RequireThis Reference to instance variable 'inject_ioe_after_line' needs "this.". 119 39
    # warning RequireThis Reference to instance variable 'line_no' needs "this.". 120 76
    # warning RequireThis Reference to instance variable 'line_no' needs "this.". 122 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedReader/ReadLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/BufferedReader/Ready.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 76 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 84 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 63
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/IOException/LastErrorString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 86 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/InputStream/ReadParams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 216 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/InputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/InputStreamReader/One.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expect' needs "this.". 51 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/LineNumberInputStream/Available.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ctr' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/LineNumberInputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 92 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/defaulted/GetFieldRead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primitiveI' needs "this.". 63 50
    # warning RequireThis Reference to instance variable 'objectI' needs "this.". 66 47
    # warning RequireThis Reference to instance variable 'foo' needs "this.". 69 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/defaulted/GetFieldWrite.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 87 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/evolution/AddedExternField/WriteAddedField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'l' needs "this.". 53 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/evolution/RenamePackage/install/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/evolution/RenamePackage/test/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/oldTests/BinaryTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 95 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 98 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/oldTests/CheckingEquality.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'one' needs "this.". 106 59
    # warning RequireThis Reference to instance variable 'two' needs "this.". 111 59
    # warning RequireThis Reference to instance variable 'quatre' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'cinq' needs "this.". 160 65
    # warning RequireThis Reference to instance variable 'six' needs "this.". 194 53
    # warning RequireThis Reference to instance variable 'eight' needs "this.". 199 66
    # warning RequireThis Reference to instance variable 'nine' needs "this.". 204 65
    # warning RequireThis Reference to instance variable 'ten' needs "this.". 209 64
    # warning RequireThis Reference to instance variable 'zero' needs "this.". 214 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/oldTests/SerializeWithException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exceptionOffset' needs "this.". 115 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/oldTests/ValidateClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 131 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/optionalDataEnd/OptionalDataEnd.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 51 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/parents/EvolvedClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 71 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/parents/OriginalClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 69 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/replaceStringArray/ReplaceStringArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stringA' needs "this.". 41 19
    # warning RequireThis Reference to instance variable 'stringA' needs "this.". 48 47
    # warning RequireThis Reference to instance variable 'stringB' needs "this.". 49 47
    # warning RequireThis Reference to instance variable 'stringC' needs "this.". 50 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/subclass/XObjectInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentObject' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/subclass/XObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Serializable/validate/Validate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "this.". 89 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/StreamTokenizer/ReadAhead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 54 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 75 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/Writer/WriteFromString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 80 16

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/ABCInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 59 22
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 68 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 31
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/ABCOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 42 18
    # warning RequireThis Reference to instance variable 'len' needs "this.". 58 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/ABCReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/CharGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 47 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/LineGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 50 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/LineNumbers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 91 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/LineSink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 66 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/io/charStreams/StringGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 61 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/Appendable/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 120 47
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 137 48
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 169 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 209 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 226 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 241 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 259 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 276 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 292 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/Class/forName/arrayClass/ExceedMaxDim.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name254' needs "this.". 44 36
    # warning RequireThis Reference to instance variable 'name255' needs "this.". 45 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/ClassLoader/deadlock/Starter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 95 33
    # warning RequireThis Reference to instance variable 'id' needs "this.". 103 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/ProcessBuilder/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 2427 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/Runtime/exec/StreamsSurviveDestroy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 60 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/Thread/ThreadStateController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 104 29
    # warning RequireThis Reference to instance variable 'newState' needs "this.". 105 29
    # warning RequireThis Reference to instance variable 'state' needs "this.". 228 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/ThreadGroup/Daemon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/ATransformerManagementTestCase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 162 26
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 237 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/NativeMethodPrefixAgent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trname' needs "this.". 70 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/RetransformAgent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'onRedef' needs "this.". 77 25
    # warning RequireThis Reference to instance variable 'redefIndex' needs "this.". 82 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/TransformerManagementThreadAddTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NUM_SWITCHES' needs "this.". 534 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fTargetClassName' needs "VerifyLocalVariableTableOnRetransformTest.this.". 163 54
    # warning RequireThis Reference to instance variable 'fTargetClassName' needs "VerifyLocalVariableTableOnRetransformTest.this.". 169 51
    # warning RequireThis Reference to instance variable 'fTargetClassName' needs "VerifyLocalVariableTableOnRetransformTest.this.". 175 58
    # warning RequireThis Reference to instance variable 'fTargetClassName' needs "VerifyLocalVariableTableOnRetransformTest.this.". 185 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/ilib/ClassDump.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 102 52
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 104 29
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 217 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/ilib/ClassReaderWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 56 48
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 75 42
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 83 42
    # warning RequireThis Reference to instance variable 'inputPos' needs "this.". 180 19
    # warning RequireThis Reference to instance variable 'markPos' needs "this.". 184 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/ilib/Inject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 172 32
    # warning RequireThis Reference to instance variable 'allocInjector' needs "this.". 205 31
    # warning RequireThis Reference to instance variable 'callInjector' needs "this.". 227 31
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 231 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 276 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/instrument/ilib/InjectBytecodes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newPos' needs "InjectBytecodes.this.". 68 41
    # warning RequireThis Reference to instance variable 'length' needs "this.". 100 31
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 166 33
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 331 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 332 43
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 365 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 366 43
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 717 54
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 743 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/AccessControlTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'THIS_LOADER' needs "AccessControlTest.this.". 203 24
    # warning RequireThis Reference to instance variable 'LOADERS' needs "this.". 296 41
    # warning RequireThis Reference to instance variable 'testCount' needs "this.". 350 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/InvokeGenericTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 73 43
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 75 59
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 76 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 77 28
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 78 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/MethodHandlesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 88 43
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 90 59
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 91 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 92 28
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 93 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/indify/Indify.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'all' needs "this.". 267 24
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 528 48
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 529 33
    # warning RequireThis Reference to instance variable 'rowlen' needs "this.". 1145 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1543 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1544 71
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1582 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1586 55
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1810 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1826 43
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1839 87
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1853 65
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 1862 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/lambda/LUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmd' needs "this.". 154 38
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 155 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/invoke/lambda/MetafactoryParameterCastTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastMH' needs "this.". 160 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/management/MemoryMXBean/LowMemoryTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 84 21
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 87 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/management/MemoryMXBean/Pending.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curFinalized' needs "this.". 225 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/management/ThreadMXBean/MonitorDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 137 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/management/ThreadMXBean/SynchronizationStatistics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 178 53
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 187 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/management/ThreadMXBean/SynchronizerDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 140 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/ref/EnqueuePollRace.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iterations' needs "this.". 47 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/ref/ReferenceEnqueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iterations' needs "this.". 50 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/reflect/Field/Set.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i' needs "this.". 96 14
    # warning RequireThis Reference to instance variable 'i' needs "this.". 97 14
    # warning RequireThis Reference to instance variable 'o' needs "this.". 99 14
    # warning RequireThis Reference to instance variable 'o' needs "this.". 100 14

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/reflect/Parameter/WithoutParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errors' needs "this.". 116 52
    # warning RequireThis Reference to instance variable 'thing' needs "Foo.this.". 171 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/reflect/Proxy/Basic1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentProxy' needs "this.". 171 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/reflect/Proxy/Boxing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "Boxing.this.". 100 23
    # warning RequireThis Reference to instance variable 'c' needs "Boxing.this.". 106 23
    # warning RequireThis Reference to instance variable 'd' needs "Boxing.this.". 112 23
    # warning RequireThis Reference to instance variable 'f' needs "Boxing.this.". 118 23
    # warning RequireThis Reference to instance variable 'i' needs "Boxing.this.". 124 23
    # warning RequireThis Reference to instance variable 'j' needs "Boxing.this.". 130 23
    # warning RequireThis Reference to instance variable 's' needs "Boxing.this.". 136 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/lang/reflect/Proxy/nonPublicProxy/NonPublicProxyClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'proxyClass' needs "this.". 139 91

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/Authenticator/B4933582.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 227 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/Authenticator/BasicTest4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'success' needs "this.". 141 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/CookieHandler/CookieManagerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 244 92
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 269 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 276 23
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 292 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 297 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 308 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 313 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 319 89

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/DatagramSocket/SendSize.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 59 64
    # warning RequireThis Reference to instance variable 'client' needs "this.". 99 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/InetAddress/MyPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 40 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/ProxySelector/LoopbackAddresses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 112 97

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/Socket/DeadlockTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 122 59
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 172 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/Socket/LingerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 82 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URI/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 91 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 110 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 130 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 148 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 165 23
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 181 23
    # warning RequireThis Reference to instance variable 'originalURI' needs "this.". 579 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URL/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 71 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 87 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 102 23
    # warning RequireThis Reference to instance variable 'url' needs "this.". 117 23
    # warning RequireThis Reference to instance variable 'originalURL' needs "this.". 270 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URLConnection/HandleContentTypeWithAttrs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 200 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URLConnection/Redirect307Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 83 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URLConnection/RedirectLimit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 89 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URLConnection/ZeroContentLength.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 99 38
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 102 46
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 105 54
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 108 62
    # warning RequireThis Reference to instance variable 'id' needs "this.". 121 39
    # warning RequireThis Reference to instance variable 'id' needs "this.". 126 44
    # warning RequireThis Reference to instance variable 'id' needs "this.". 147 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/net/URLPermission/URLPermissionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hash' needs "this.". 150 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'position' needs "this.". 58 70
    # warning RequireThis Reference to instance variable 'size' needs "this.". 102 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/FileChannel/Transfers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 384 26
    # warning RequireThis Reference to instance variable 'max' needs "this.". 388 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/Selector/LotsOfCancels.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalCreated' needs "this.". 251 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/Selector/SelectorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 303 37
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 306 30
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 307 30
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 312 33
    # warning RequireThis Reference to instance variable 'connectionsHandled' needs "this.". 397 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/Selector/Wakeup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeups' needs "this.". 75 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/ServerSocketChannel/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssc' needs "this.". 56 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/channels/SocketChannel/VectorIO.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 165 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/charset/coders/BashStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 66 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 70 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/charset/coders/Check.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 124 44
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 135 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/nio/file/Files/BytesAndLines.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tmpfile' needs "this.". 200 30
    # warning RequireThis Reference to instance variable 'tmpfile' needs "this.". 305 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/activation/log/LogTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 144 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/dgc/dgcAckFailure/DGCAckFailure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 124 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/reliability/benchmark/bench/HtmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'title' needs "this.". 71 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/reliability/benchmark/bench/TextReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 72 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/reliability/benchmark/bench/XmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 64 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/reliability/juicer/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 59 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/reliability/juicer/ApplicationServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 95 33
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 109 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/MultiSocketFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 174 27
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 193 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/MultiSocketFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 174 27
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 193 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/testlibrary/JavaVM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'options' needs "this.". 87 29
    # warning RequireThis Reference to instance variable 'args' needs "this.". 97 26
    # warning RequireThis Reference to instance variable 'policyFileName' needs "this.". 134 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/rmi/testlibrary/RMID.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 215 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/security/testlibrary/Proc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 221 43
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 242 43
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 266 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/text/Format/DecimalFormat/FormatMicroBenchmark.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 910 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/tck/java/time/MockSimplePeriod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unit' needs "this.". 154 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/tck/java/time/TCKLocalDateTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1913 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1914 24
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2015 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2016 26
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2610 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2611 24
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2713 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2714 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/tck/java/time/TCKLocalTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1313 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1314 24
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1421 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1422 26
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1746 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1747 24
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1869 22
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 1870 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/tck/java/time/chrono/CopticDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prolepticYear' needs "this.". 223 84
    # warning RequireThis Reference to instance variable 'prolepticYear' needs "this.". 250 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/tck/java/time/format/TCKDateTimeFormatters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'zoneId' needs "this.". 1483 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/test/java/time/MockSimplePeriod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unit' needs "this.". 154 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/time/test/java/util/TestFormatter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failure' needs "this.". 125 47
    # warning RequireThis Reference to instance variable 'total' needs "this.". 127 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/AbstractCollection/ToArrayTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 116 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 122 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 128 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 135 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 143 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 150 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 157 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 164 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 178 22
    # warning RequireThis Reference to instance variable 'a' needs "this.". 185 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Arrays/ParallelSorting.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myKey' needs "this.". 381 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Arrays/Sorting.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myKey' needs "this.". 358 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/BitSet/BitSetStreamTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n2' needs "this.". 60 50
    # warning RequireThis Reference to instance variable 'n1' needs "this.". 60 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Collection/testlibrary/CollectionSupplier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 134 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 146 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 152 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 160 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 185 42
    # warning RequireThis Reference to instance variable 'size' needs "this.". 189 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 194 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 198 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 203 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 207 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 212 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 223 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Collections/RacingCollections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elLoco' needs "this.". 128 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Formattable/StockName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frenchCompanyName' needs "this.". 52 20
    # warning RequireThis Reference to instance variable 'symbol' needs "this.". 55 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/HashMap/OverrideIsEmpty.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alwaysExistingKey' needs "this.". 46 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/List/LockStep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 75 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Locale/LocaleEnhanceTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 1443 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Locale/LocaleTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 181 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 200 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 216 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 286 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Locale/LocaleTestFmwk.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCount' needs "this.". 175 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Map/Collisions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hashmask' needs "this.". 65 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Map/InPlaceOpsCollisions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hashmask' needs "this.". 64 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/PluggableLocale/TimeZoneNameProviderTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PST' needs "this.". 208 103
    # warning RequireThis Reference to instance variable 'US_PACIFIC' needs "this.". 213 103
    # warning RequireThis Reference to instance variable 'TOKYOTIME' needs "this.". 225 105
    # warning RequireThis Reference to instance variable 'JAPAN' needs "this.". 230 103

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/ResourceBundle/Bug4168625Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyCount' needs "this.". 483 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/Spliterator/SpliteratorCollisions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hashmask' needs "this.". 191 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/BlockingQueue/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/BlockingQueue/OfferDrainToLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 154 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentHashMap/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentHashMap/MapCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 569 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentHashMap/ToArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prevSize' needs "this.". 65 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentQueues/ConcurrentQueueLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStages' needs "this.". 98 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentQueues/GCRetention.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 127 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentQueues/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 145 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ConcurrentQueues/RemovePollRace.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "RemovePollRace.this.". 162 37
    # warning RequireThis Reference to instance variable 'count' needs "this.". 194 61
    # warning RequireThis Reference to instance variable 'count' needs "this.". 196 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/Exchanger/ExchangeLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/Exchanger/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ExecutorCompletionService/ExecutorCompletionServiceLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/ExecutorCompletionService/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/FutureTask/CancelledFutureLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 93 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 99 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 109 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/FutureTask/DoneTimedGetLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 134 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/FutureTask/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/Phaser/FickleRegister.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 64 37
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 73 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/atomic/DoubleAdderDemo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incs' needs "this.". 135 33
    # warning RequireThis Reference to instance variable 'incs' needs "this.". 157 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/atomic/LongAdderDemo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incs' needs "this.". 129 33
    # warning RequireThis Reference to instance variable 'incs' needs "this.". 151 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/forkjoin/ThreadLessCommon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedThread' needs "this.". 89 33
    # warning RequireThis Reference to instance variable 'from' needs "this.". 90 31
    # warning RequireThis Reference to instance variable 'to' needs "this.". 93 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'completed' needs "this.". 113 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/locks/ReentrantLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/locks/ReentrantLock/SimpleReentrantLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 87 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 88 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/concurrent/locks/ReentrantReadWriteLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 151 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/Logger/getGlobal/testgetglobal/BadLogManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'globalLogger' needs "this.". 42 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/Logger/getGlobal/testgetglobal/LogManagerImpl2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'globalLogger' needs "this.". 39 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/LoggingDeadlock2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 156 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/TestAppletLoggerContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exc' needs "this.". 115 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/TestLogConfigurationDeadLock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time' needs "this.". 228 28
    # warning RequireThis Reference to instance variable 'time' needs "this.". 230 37
    # warning RequireThis Reference to instance variable 'time' needs "this.". 232 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/TestLoggerBundleSync.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rb' needs "this.". 279 30
    # warning RequireThis Reference to instance variable 'time' needs "this.". 507 28
    # warning RequireThis Reference to instance variable 'time' needs "this.". 509 37
    # warning RequireThis Reference to instance variable 'time' needs "this.". 511 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/logging/bundlesearch/ResourceBundleSearchTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bundleName' needs "this.". 297 75
    # warning RequireThis Reference to instance variable 'bundleName' needs "this.". 301 82

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 63 38
    # warning RequireThis Reference to instance variable 'index' needs "this.". 69 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/java/util/zip/zip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 83 26
    # warning RequireThis Reference to instance variable 'tflag' needs "this.". 197 34
    # warning RequireThis Reference to instance variable 'xflag' needs "this.". 204 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 211 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 218 34
    # warning RequireThis Reference to instance variable 'uflag' needs "this.". 282 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/crypto/spec/RC2ParameterSpec/RC2AlgorithmParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 220 23
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 242 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/metadata/MetadataFormatPrinter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indentLevel' needs "this.". 115 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/plugins/bmp/BMPSubsamplingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 302 28
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 346 27
    # warning RequireThis Reference to instance variable 'srcYSubsampling' needs "this.". 347 26
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 359 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/plugins/png/GrayPngTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 113 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 114 26
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 116 41
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 151 45
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 168 29
    # warning RequireThis Reference to instance variable 'src' needs "this.". 176 38
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 178 52
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 188 42
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 197 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 198 42
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 199 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/plugins/wbmp/CanDecodeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 89 46
    # warning RequireThis Reference to instance variable 'title' needs "this.". 122 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/plugins/wbmp/StreamResetTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorPos' needs "this.". 77 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/imageio/stream/StreamCloserLeak/test/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 281 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/Introspector/IdenticalMBeanInfoTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 82 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/MBeanServer/MBeanServerNotificationTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 74 49
    # warning RequireThis Reference to instance variable 'type' needs "this.". 77 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/MBeanServer/OldMBeanServerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clr' needs "this.". 760 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/descriptor/DescriptorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 87 43
    # warning RequireThis Reference to instance variable 'name' needs "this.". 93 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 97 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/monitor/CounterMonitorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyFlag' needs "this.". 149 59
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 152 59
    # warning RequireThis Reference to instance variable 'granularityperiod' needs "this.". 155 59
    # warning RequireThis Reference to instance variable 'modulus' needs "this.". 158 59
    # warning RequireThis Reference to instance variable 'differenceModeFlag' needs "this.". 161 59
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 211 29
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 212 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/monitor/ReflectionExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 119 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 184 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 252 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/monitor/RuntimeExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 118 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 183 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 251 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/monitor/ThreadPoolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 209 32
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 220 33
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 232 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/mxbean/MerlinMXBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'whatsit' needs "this.". 420 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/remote/mandatory/notif/DiffHBTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'received' needs "this.". 176 68
    # warning RequireThis Reference to instance variable 'receivedNotif' needs "this.". 189 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 73 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/management/remote/mandatory/util/MapNullValuesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map3' needs "this.". 234 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/print/applet/applet0/Applet0.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/print/applet/applet1/Applet1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 46 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 47 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/print/applet/applet2/Applet2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/print/applet/applet3/Applet3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/print/applet/applet4/Applet4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/script/Test2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 46 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/security/auth/x500/X500Principal/Parse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 65 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 132 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 137 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 132 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 137 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/sound/sampled/DirectAudio/bug6400879.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'LOOPS_PER_LINE' needs "this.". 82 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 106 39
    # warning RequireThis Reference to instance variable 'num' needs "this.". 123 43
    # warning RequireThis Reference to instance variable 'num' needs "this.". 126 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/JComponent/4337267/bug4337267.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shaped' needs "this.". 136 35
    # warning RequireThis Reference to instance variable 'text' needs "this.". 139 35
    # warning RequireThis Reference to instance variable 'MAX_GLITCHES' needs "this.". 227 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/JFileChooser/4847375/bug4847375.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lookAndFeel' needs "this.". 158 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/JFrame/4962534/bug4962534.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFrameLocation' needs "this.". 128 59
    # warning RequireThis Reference to instance variable 'lPane' needs "bug4962534.this.". 163 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/JPopupMenu/6691503/bug6691503.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop1' needs "bug6691503.this.". 74 73
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop2' needs "bug6691503.this.". 89 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/JSplitPane/4816114/bug4816114.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'v_passed' needs "this.". 134 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/RepaintManager/6608456/bug6608456.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delegateCalled' needs "this.". 124 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/SwingWorker/6880336/NestedWorkers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 53 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/swing/text/html/parser/Parser/7165725/bug7165725.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'goldenName' needs "this.". 70 90
    # warning RequireThis Reference to instance variable 'goldenName' needs "this.". 86 97
    # warning RequireThis Reference to instance variable 'indentSize' needs "this.". 274 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/xml/jaxp/common/8020430/TestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passed' needs "this.". 73 59
    # warning RequireThis Reference to instance variable 'failed' needs "this.". 74 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/xml/jaxp/parsers/8021148/TestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passed' needs "this.". 73 59
    # warning RequireThis Reference to instance variable 'failed' needs "this.". 74 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/xml/jaxp/parsers/8022548/TestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passed' needs "this.". 51 59
    # warning RequireThis Reference to instance variable 'failed' needs "this.". 52 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/xml/jaxp/transform/8004476/TestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passed' needs "this.". 60 59
    # warning RequireThis Reference to instance variable 'failed' needs "this.". 61 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/javax/xml/jaxp/transform/8004476/XSLTExFuncTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xslFile' needs "this.". 72 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/jdk/lambda/LambdaTranslationInnerConstructor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 59 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/jdk/lambda/LambdaTranslationTest1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cntxt' needs "this.". 154 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/jdk/lambda/MethodReferenceTestNew.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 76 28
    # warning RequireThis Reference to instance variable 'i' needs "this.". 97 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/jdk/lambda/shapegen/TTNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'canBeClass' needs "this.". 56 37
    # warning RequireThis Reference to instance variable 'supertypes' needs "this.". 116 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/jdk/lambda/shapegen/TTParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'def' needs "this.". 75 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/lib/testlibrary/jdk/testlibrary/OutputAnalyzer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stdout' needs "this.". 356 37
    # warning RequireThis Reference to instance variable 'stderr' needs "this.". 368 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/lib/testlibrary/jdk/testlibrary/ProcessTools.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefix' needs "this.". 55 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/awt/font/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 169 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/java2d/AcceleratedXORModeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 124 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/java2d/cmm/ColorConvertOp/ImageComparator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bMask' needs "this.". 56 32
    # warning RequireThis Reference to instance variable 'bMask' needs "this.". 56 55
    # warning RequireThis Reference to instance variable 'gMask' needs "this.". 57 32
    # warning RequireThis Reference to instance variable 'gMask' needs "this.". 57 55
    # warning RequireThis Reference to instance variable 'rMask' needs "this.". 58 32
    # warning RequireThis Reference to instance variable 'rMask' needs "this.". 58 55
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 61 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 63 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 77 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 79 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 112 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/VSyncedBufferStrategyTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentBSVSynced' needs "this.". 89 43
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 154 19
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 157 23
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 161 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 139 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 207 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 234 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 251 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 264 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/jvmstat/monitor/VmIdentifier/VmIdentifierCreateResolve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 106 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 153 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 221 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 252 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 275 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 290 55
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 436 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/management/jdp/JdpTestCase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 162 45
    # warning RequireThis Reference to instance variable 'MAGIC' needs "this.". 198 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/misc/FloatingDecimal/OldFDBigIntForTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 202 27
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 229 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/misc/FloatingDecimal/OldFloatingDecimalForTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 939 18
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 946 34
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 954 38
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 967 26
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 970 22
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1497 35
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1526 27
    # warning RequireThis Reference to instance variable 'bigIntExp' needs "this.". 1528 27
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1534 32
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1714 41
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1714 62
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1725 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1729 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/misc/JarIndex/metaInfFilenames/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'aDotJar' needs "this.". 420 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/misc/Version/Version.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'update' needs "this.". 87 33
    # warning RequireThis Reference to instance variable 'build' needs "this.". 93 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/ftp/FtpGetContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 193 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 210 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 235 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 236 36
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 249 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 280 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 297 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 317 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/ftp/FtpURL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 192 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 192 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 209 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 234 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 235 36
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 248 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 296 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 315 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/ftp/MarkResetTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 179 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 179 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 190 76
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 216 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 300 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 310 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/ftptest/FtpCommandHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'useDataCrypto' needs "this.". 127 30
    # warning RequireThis Reference to instance variable 'useDataCrypto' needs "this.". 150 30
    # warning RequireThis Reference to instance variable 'oldCmd' needs "this.". 387 19
    # warning RequireThis Reference to instance variable 'username' needs "this.". 497 51
    # warning RequireThis Reference to instance variable 'renameFrom' needs "this.". 609 50
    # warning RequireThis Reference to instance variable 'restart' needs "this.". 633 64
    # warning RequireThis Reference to instance variable 'cmd' needs "this.". 663 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/http/HttpClient/B6726695.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 67 49
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 74 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 92 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 115 84

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/http/HttpClient/MultiThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requests' needs "this.". 98 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 288 60
    # warning RequireThis Reference to instance variable 'id' needs "this.". 293 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/http/HttpURLConnection/PostOnDelete.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "PostOnDelete.this.". 109 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/http/KeepAliveCache/B5045306.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port1' needs "this.". 151 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/httptest/TestHttpServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 211 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/protocol/http/B8012625.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 46 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/protocol/http/HttpStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 84 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/protocol/http/NTLMTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 150 88

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/net/www/protocol/http/RedirectOnPost.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseURL' needs "this.". 119 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/EUC_TW_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10625 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10657 43
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10701 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10734 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/FindDecoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 261 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/FindEncoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 396 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCSDecoderMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 70 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 70 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCS_IBM_ASCII_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 96 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 97 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 142 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCS_IBM_ASCII_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 73 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 73 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 110 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 111 40
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 160 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 161 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCS_IBM_EBCDIC_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 131 61
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 132 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 201 65
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 202 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCS_IBM_EBCDIC_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 94 30
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 94 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 134 40
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 198 38
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 199 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DBCS_ONLY_IBM_EBCDIC_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 88 62
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 89 56
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 116 62
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 117 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/DoubleByteDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 175 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 175 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 178 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 178 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/EUC_JP_LINUX_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 140 39
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 184 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/IBM933_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initByteState' needs "this.". 2646 25
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 2670 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 2670 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 3113 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 3113 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/IBM949_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1541 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1541 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1935 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1935 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/IBM970_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1269 34
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1269 60
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 1658 40
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 1658 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/SimpleEUCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 75 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 75 50
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 119 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 119 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/nio/cs/OLD/SingleByteEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 66 53
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 67 48
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 96 52
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 97 47
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 129 52
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 130 47
    # warning RequireThis Reference to instance variable 'mask1' needs "this.". 154 56
    # warning RequireThis Reference to instance variable 'mask2' needs "this.". 155 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/rmi/rmic/newrmic/equivalence/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/krb5/auto/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 370 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/krb5/auto/LoginModuleOptions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 175 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/mscapi/ShortRSAKeyWithinTLS.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 99 46
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 271 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 272 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 275 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 276 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/pkcs11/KeyStore/ClientAuth.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 108 46
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 275 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 276 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 279 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 280 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/pkcs11/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 111 49
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/pkcs11/fips/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 303 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 314 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/pkcs11/sslecc/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 304 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 315 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/provider/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/smartcardio/TestPresent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time' needs "this.". 44 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/ReadBlocksClose.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 241 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 242 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 245 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 246 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/DHKeyExchange/DHEKeySizing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 468 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 469 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/HttpsProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/BadKSProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 236 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 237 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 240 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 241 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/BadTSProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 236 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 237 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 240 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 241 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/GoodProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 213 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 214 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 217 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 218 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/MD2InTrustAnchor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 339 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 340 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 343 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 344 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/TrustTrustedCert.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 392 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 393 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 396 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 397 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseEngineException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 105 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 109 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 123 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 127 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 240 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 241 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseInboundException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 86 45
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 87 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 89 45
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 90 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 113 47
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 114 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 116 47
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 117 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 167 43
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 254 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 255 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/DelegatedTaskWrongException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 183 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 184 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/EngineEnforceUseClientMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 161 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 165 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 179 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 183 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 282 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 283 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/HashCodeMissing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 225 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 226 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 229 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 230 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/CloseSocketException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 225 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 226 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 229 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 230 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 48 70
    # warning RequireThis Reference to instance variable 'server' needs "this.". 67 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 76 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/SocketCreation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 207 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 359 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 375 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 135 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/GetResponseCode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 123 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/CheckMyTrustedKeystore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 223 53
    # warning RequireThis Reference to instance variable 'serverPort1' needs "this.". 246 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/HttpsURLConnectionLocalCertificateChain.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 205 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/JSSERenegotiate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 253 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 254 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 257 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 258 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/Arrays.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 95 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 117 34
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 249 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 690 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 691 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ConnectionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 133 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 134 43
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 295 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 309 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 482 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 496 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ExtendedKeyEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 94 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 98 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 112 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 231 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 232 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ExtendedKeySocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 267 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 268 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 271 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 272 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 117 49
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 122 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 126 34
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 141 49
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 152 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 156 34
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 247 56
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 264 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 265 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 159 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 163 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 177 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 312 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 313 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionCacheSizeTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 374 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 375 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 377 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 378 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 397 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 398 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 400 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 401 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/NewAPIs/testEnabledProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numExpConns' needs "this.". 246 30
    # warning RequireThis Reference to instance variable 'protocolToUse' needs "this.". 304 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/SSLParameters/UseCipherSuitesOrder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 265 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 266 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 268 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 269 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketConsistentSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 274 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 275 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 278 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 279 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 292 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 293 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 296 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 297 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorerFailure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 300 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 301 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 304 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 305 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorerMatchedSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 352 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 353 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 356 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 357 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorerUnmatchedSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 309 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 310 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 313 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 314 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorerWithCliSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 324 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 325 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 328 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 329 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketExplorerWithSrvSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 307 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 308 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 311 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 312 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketInconsistentSNI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 257 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 258 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 261 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 262 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/ServerName/SSLSocketSNISensitive.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 487 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 488 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 491 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 492 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv11/EmptyCertificateAuthorities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 291 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 292 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 295 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 296 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv11/ExportableBlockCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 247 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 248 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 251 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 252 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv11/ExportableStreamCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 247 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 248 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 251 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 252 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv11/GenericBlockCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 223 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 224 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 228 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv11/GenericStreamCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 223 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 224 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 228 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv12/DisabledShortRSAKeys.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 349 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 350 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 352 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 353 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv12/ShortRSAKey512.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 339 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 340 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 343 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 344 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/javax/net/ssl/TLSv12/ShortRSAKeyGCM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 362 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 363 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 366 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 367 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sanity/interop/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 124 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 303 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 314 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/httpstest/TestHttpsServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 154 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 222 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 238 50
    # warning RequireThis Reference to instance variable 'currentHSStatus' needs "this.". 421 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 159 54
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 166 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 140 50
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 248 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 249 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 251 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 252 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 715 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 158 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 715 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 716 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 715 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 715 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 163 56
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 178 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 121 57
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 157 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 148 58
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 160 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/TunnelProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 107 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 175 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/ssl/templates/SSLSocketTemplate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 217 22
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 218 21
    # warning RequireThis Reference to instance variable 'clientException' needs "this.". 220 22
    # warning RequireThis Reference to instance variable 'serverException' needs "this.". 221 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/security/tools/keytool/KeyToolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 161 18
    # warning RequireThis Reference to instance variable 'err' needs "this.". 265 40
    # warning RequireThis Reference to instance variable 'out' needs "this.". 266 40
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1382 18
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1416 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/tools/jhat/HatRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'all_hprof_options' needs "this.". 197 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/tools/jstatd/JstatdTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 151 29
    # warning RequireThis Reference to instance variable 'serverName' needs "this.". 154 29
    # warning RequireThis Reference to instance variable 'port' needs "this.". 259 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/util/calendar/zi/Rule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 174 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/util/calendar/zi/ZoneInfoOld.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 277 17
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 310 25
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 431 41
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 434 40
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 450 32
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 463 28
    # warning RequireThis Reference to instance variable 'transitions' needs "this.". 990 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/util/calendar/zi/ZoneRec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gmtOffset' needs "this.". 181 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/sun/util/logging/PlatformLoggerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 263 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk8/test/tools/pack200/pack200-verifier/src/xmlkit/XMLKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 437 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 474 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 543 23
    # warning RequireThis Reference to instance variable 'size' needs "this.". 553 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 585 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 622 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 732 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 739 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 763 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 800 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 867 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 873 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 927 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 956 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 986 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 996 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1006 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1343 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1383 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1414 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1502 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1509 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1632 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1660 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1677 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1697 49
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1703 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1779 21
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1815 29
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1821 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1917 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2161 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2291 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2295 48
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2334 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2341 63
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 2364 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2539 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2598 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2613 28
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2638 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2642 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 2845 27
    # warning RequireThis Reference to instance variable 'attrName' needs "this.". 2996 43